@charset "utf-8";
.box {
	padding-top: 80px;
	padding-bottom: 80px;
}
.box .title {
	padding-bottom: 40px;
}
.box .title h2 {
	font-size: 36px;
	color: #111;
	font-weight: normal;
	text-align: center;
}
.box .title p {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}
.index_banner {
	height: 560px;
	position: relative;
	background: #fff
}
.index_banner .swiper-pagination-bullet {
	border: #fff solid 1px;
	opacity: 1;
	background: none;
	width: 8px;
	height: 8px;
}
.index_banner .swiper-pagination-bullet-active {
	background: #fff;
}
.index_banner .swiper-container {
	height: 100%;
}
.index_banner .swiper-slide {
	position: relative;
}
.index_banner .swiper-slide .h1 {
	text-transform: uppercase;
	top: 29%;
	z-index: 22;
	letter-spacing: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3em;
	text-shadow: 2px 2px 5px rgba(15,63,129,0.5);
	position: absolute;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	text-align: left;
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}
.index_banner .swiper-slide .h2 {
	text-transform: uppercase;
	top: 37%;
	z-index: 33;
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2em;
	text-shadow: 2px 2px 5px rgba(15,63,129,0.5);
	position: absolute;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	text-align: left;
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0.6s;
	transition-timing-function: linear;
}
.index_banner .swiper-slide .h2:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	left: 3px;
	bottom: -25px;
	position: absolute;
}
.index_banner .swiper-slide .more {
	top: 60%;
	z-index: 33;
	color: #fff;
	position: absolute;
	left: 50%;
	width: 1200px;
	font-weight: normal;
	text-align: left;
	opacity: 0;
	transition: 0.5s;
	margin-left: -600px;
	transition-delay: 0.6s;
	transition-timing-function: linear;
}
.index_banner .swiper-slide .more a {
	color: rgba(255,255,255,0.6);
	border: rgba(255,255,255,0.6) solid 2px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	position: relative;
	display: block;
	width: 80px;
}
.index_banner .swiper-slide .more a i {
	position: relative;
	top: 2px;
}
.index_banner .swiper-slide-active .h1 {
	opacity: 1;
	top: 32%
}
.index_banner .swiper-slide-active .h2 {
	opacity: 1;
	top: 40%;
}
.index_banner .swiper-slide-active .more {
	opacity: 1;
	top: 62%;
}
.index_banner .swiper-slide {
	height: 100%;
}
.index_banner .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.index_banner .swiper-pagination {
	bottom: 5%!important;
}
.index_banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0px 5px!important;
	opacity: 1;
	border-radius: 0px;
	border: #fff solid 2px;
	transition-duration: 0.3s;
}
.index_banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.index_banner .swiper-button-next {
	right: 3%;
	border-radius: 48px;
	height: 48px;
	width: 48px;
	border: #fff solid 1px;
	background-size: 10px 20px
}
.index_banner .swiper-button-prev {
	left: 3%;
	border-radius: 48px;
	height: 48px;
	width: 48px;
	border: #fff solid 1px;
	background-size: 10px 20px
}
.index_pro .content {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.index_pro .content .swiperTab {
	display: flex;
	justify-content: space-between;
}
.index_pro .content .swiperTab li {
	width: 33.33%;
	height: 55px;
	border-top: #F6F6F7 solid 2px;
	line-height: 55px;
	text-align: center;
	background: #F6F6F7;
}
.index_pro .content .swiperTab li.active {
	background: #fff;
	border-top: #ff0000 solid 2px;
	color: #ff0000;
}
.index_pro .content .swiper-slide {
	display: flex;
	justify-content: space-between;
}
.index_pro .content .swiper-slide .text {
	padding: 40px 60px;
	width: 50%;
	padding-right: 0;
}
.index_pro .content .swiper-slide .text h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}
.index_pro .content .swiper-slide .text h3 span {
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	background: #ff0000;
	margin-left: 5px;
	padding: 4px 8px;
	position: relative;
	top: -4px;
}
.index_pro .content .swiper-slide .text h4 {
	font-weight: normal;
	font-size: 14px;
	color: #888;
}
.index_pro .content .swiper-slide .text ul {
	padding-top: 20px;
	padding-bottom: 10px;
}
.index_pro .content .swiper-slide .text ul li {
	margin-bottom: 20px;
}
.index_pro .content .swiper-slide .text ul li h5 {
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	position: relative;
}
.index_pro .content .swiper-slide .text ul li h5 i {
	color: #ff0000;
	position: relative;
	left: 0;
	top: 2px;
	position: absolute;
}
.index_pro .content .swiper-slide .text ul li p {
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #888;
}
.index_pro .content .swiper-slide .text .more a {
	margin-right: 10px;
	display: inline-table;
	padding: 10px 20px;
	border-radius: 2px;
	border: #ff0000 solid 1px;
	background: #fff;
	color: #ff0000;
	font-size: 14px;
	transition-duration: 0.3s;
}
.index_pro .content .swiper-slide .text .more a:hover {
	background: #ff0000;
	color: #fff;
}
.index_pro .content .swiper-slide:nth-child(2) .text ul li {
	margin-bottom: 15px;
}
.index_pro .content .swiper-slide .img {
	padding: 30px 0px;
	width: 50%;
}
.index_pro .content .swiper-slide .img img {
	width: 100%;
}
.index_partner .content {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.index_partner .content:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;
	background: linear-gradient(to left, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%);
	z-index: 222;
}
.index_partner .content:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;
	background: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%);
	z-index: 222;
}
.index_partner .content .line_odd {
	width: 3976px;
	-webkit-animation: scrollToRight 36s linear infinite;
	animation: scrollToRight 36s linear infinite;
}
.index_partner .content .line_odd .logo_img {
	width: 50%;
	float: left;
}
.index_partner .content .line_even {
	width: 3976px;
	-webkit-animation: scrollToRight 30s linear infinite;
	animation: scrollToRight 30s linear infinite;
}
.index_partner .content .line_even .logo_img {
	width: 50%;
	float: left;
}
@-webkit-keyframes scrollToRight {
 from {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
to {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
}
@keyframes scrollToRight {
 from {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
to {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
}
@keyframes scrollToRight {
 from {
 -webkit-transform: translate3d(-50%, 0, 0);
}
to {
	-webkit-transform: translate3d(0%, 0, 0);
}
}
.index_service {
	padding-top: 0;
}
.index_service .content ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.index_service .content ul li {
	width: 33.33%;
	background: #f6f8fa;
	transition-duration: 0.3s;
	height: 400px;
	position: relative;
	;
}
.index_service .content ul li .number {
	width: 40px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #fff;
	left: 40px;
	position: absolute;
	top: 30px;
	opacity: 0;
	transition-duration: 0.3s;
}
.index_service .content ul li .icon {
	position: absolute;
	width: 40px;
	top: 140px;
	left: 50%;
	margin-left: -20px;
	opacity: 1;
	transition-duration: 0.3s;
}
.index_service .content ul li .icon img {
	width: 40px;
	margin-bottom: 30px;
}
.index_service .content ul li h3 {
	margin-bottom: 10px;
	position: absolute;
	transition-duration: 0.3s;
	left: 40px;
	right: 40px;
	top: 200px;
	text-align: center;
	z-index: 44;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	transition-duration: 0.3s;
}
.index_service .content ul li h4 {
	margin-bottom: 10px;
	position: absolute;
	transition-duration: 0.3s;
	left: 40px;
	right: 40px;
	top: 150px;
	text-align: left;
	z-index: 44;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	opacity: 0;
	transition-duration: 0.3s
}
.index_service .content ul li p {
	opacity: 0;
	transition-duration: 0.3s;
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	position: absolute;
	left: 40px;
	top: 170px;
	right: 40px;
}
.index_service .content ul li .bg {
	opacity: 0.2;
	transition-duration: 0.3s;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.index_service .content ul li:hover {
	background: #071e34;
	width: 50%;
}
.index_service .content ul li:hover .number {
	opacity: 1;
	top: 50px;
}
.index_service .content ul li:hover .icon {
	opacity: 0;
}
.index_service .content ul li:hover h3 {
	opacity: 0;
}
.index_service .content ul li:hover h4 {
	margin-bottom: 10px;
	position: absolute;
	transition-duration: 0.3s;
	left: 40px;
	right: 40px;
	top: 100px;
	text-align: left;
	z-index: 44;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	transition-duration: 0.3s
}
.index_service .content ul li:hover p {
	opacity: 1;
	color: #fff;
	top: 160px;
}
.index_service .content ul li a {
	margin: 0 auto;
	position: absolute;
	z-index: 44;
	opacity: 0;
	transition-duration: 0.3s;
	left: 40px;
	bottom: 30px;
	padding: 12px 30px;
	color: #ff0000;
	font-size: 14px;
	background: #fff;
	display: inline-table;
	border-radius: 3px;
	transition-duration: 0.3;
}
.index_service .content ul li a:hover {
	background: #ff0000;
	color: #fff;
}
.index_service .content ul li:hover a {
	opacity: 1;
	bottom: 50px;
}
.index_service .content ul li:hover .bg {
	opacity: 0.2;
}
.index_advantage {
background: url(../images/index_img17.jpg) no-repeat center top;
	background-size: cover;
}
.index_advantage .title h2 {
	color: #fff;
}
.index_advantage .title p {
	color: #fff;
}
.index_advantage .content ul {
	display: flex;
	justify-content: space-between;
}
.index_advantage .content ul li {
	width: 25%;
}
.index_advantage .content ul li h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.index_advantage .content ul li .number {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.index_advantage .content ul li .number span {
	font-size: 32px;
	position: relative;
	top: -4px;
	font-weight: normal;
	left: 10px;
}
.index_advantage .content ul li p {
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	padding-right: 30%;
	line-height: 1.8em;
}
.index_news {
	background: #F4F8FC;
}
.index_news .content {
	display: flex;
	justify-content: space-between;
}
.index_news .content .big {
	width: 60%;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 6px;
	transition-duration: 0.3s;
}
.index_news .content .big .item {
	padding: 20px;
}
.index_news .content .big:hover {
	transform: translateY(-3px);
}
.index_news .content .big .item img {
	width: 100%;
	display: block;
	margin-bottom: 24px;
}
.index_news .content .big .item h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.index_news .content .big .item h2 a {
	color: #333;
	transition-duration: 0.3s;
}
.index_news .content .big:hover .item h2 a {
	color: #ff0000;
}
.index_news .content .big .item h2 span {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	float: right;
}
.index_news .content .big .item p {
	font-size: 14px;
	color: #888;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
.index_news .content .big .item .more a {
	color: #ff0000;
	font-size: 14px;
}
.index_news .content .small {
	width: 38%;
}
.index_news .content .small ul li {
	padding: 28px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	background: #fff;
	margin-bottom: 20px;
	transition-duration: 0.3s;
}
.index_news .content .small ul li:hover {
	transform: translateY(-3px);
}
.index_news .content .small ul li h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.index_news .content .small ul li h2 a {
	color: #333;
}
.index_news .content .small ul li:hover h2 a {
	color: #ff0000;
}
.index_news .content .small ul li h2 span {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	float: right;
}
.index_news .content .small ul li p {
	font-size: 14px;
	color: #888;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
.index_news .content .small ul li .more a {
	color: #ff0000;
	font-size: 14px;
}
.index_news .content .small ul li:last-child {
	margin-bottom: 0;
}
.index_chat {
background: url(../images/index_img15.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.index_chat .content h2 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
	font-weight: normal;
}
.index_chat .content p {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.index_chat .content a {
	margin: 0 auto;
	padding: 12px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
	transition-duration: 0.3s;
}
.index_chat .content a:hover {
	background: #fff;
	color: #ff0000;
}
/*橙色：ff0000*/


.detailbanner {
	height: 400px;
	margin-top: 80px;
}
.detailbanner h2 {
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 170px;
	display: none;
}
.detailbanner .pagewidth {
	position: relative;
}
.detailbanner span {
	font-size: 36px;
	color: #fff;
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
	left: 0%;
	position: absolute;
	top: 230px;
	;
	display: none
}
.box1 .content ul {
	display: flex;
	justify-content: space-between;
}
.box1 .content ul li {
	width: 226px;
	background: #f6f8fa;
	padding: 30px;
	padding-top: 40px;
}
.box1 .content ul li img {
	width: 40px;
	margin-bottom: 30px;
}
.box1 .content ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.box1 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
}
.box1 .chat {
	padding-top: 40px;
	text-align: center;
}
.box1 .chat a {
	margin: 0 auto;
	padding: 15px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box2 {
background: url(../images/list_img3.jpg) no-repeat center;
	background-size: cover;
}
.box2 .content ul {
	display: flex;
	justify-content: space-between;
}
.box2 .content ul li {
	width: 226px;
	background: #f6f8fa;
	padding: 30px;
}
.box2 .content ul li img {
	width: 72px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.box2 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.box2 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box2 .chat {
	padding-top: 40px;
	text-align: center;
}
.box2 .chat a {
	margin: 0 auto;
	padding: 15px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box3 {
background: url(../images/index_img17.jpg) no-repeat center top;
	background-size: contain;
}
.box3 .title h2 {
	color: #fff;
}
.box3 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box3 .content ul {
	display: flex;
	justify-content: space-between;
}
.box3 .content ul li {
	width: 266px;
	padding: 20px;
}
.box3 .content ul li img {
	width: 180px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.box3 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.box3 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box4 {
	padding-bottom: 0;
}
.box4 .content {
	display: flex;
	justify-content: space-between;
}
.box4 .content .right {
	width: 640px;
}
.box4 .content .right img {
	width: 100%;
}
.box4 .content .left {
	width: 480px;
}
.box4 .content ul li {
	padding: 32px 30px;
	border-left: solid 3px #fff;
}
.box4 .content ul li:hover {
	border-left: solid 3px #ff0000;
	background: #fff8f3;
}
.box4 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
}
.box4 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: left;
}
.box5 {
	padding-bottom: 0;
}
.box5 .content {
	display: flex;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.box5 .content:after {
	position: absolute;
	content: "";
	top: 50px;
	z-index: -1;
	background: #e47e39;
	width: 1600px;
	left: 45%;
	height: 520px;
}
.box5 .pagewidth {
	width: 100%;
}
.box5 .content .left {
	width: 50%;
	height: 520px;
}
.box5 .content .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box5 .content .right {
	width: 560px;
	color: #fff;
	padding-left: 40px;
	position: relative;
}
.box5 .content .right h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 100px;
	position: relative;
	z-index: 3;
}
.box5 .content .right p strong {
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	opacity: 1;
	position: relative;
	z-index: 3;
}
.box5 .content .right p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.8em;
	opacity: 0.8;
	position: relative;
	z-index: 3;
}
.box5 .content .right:before {
	position: absolute;
	content: "”";
	font-family: Arial;
	top: -40px;
	z-index: 1;
	font-size: 620px;
	color: #e89054;
	left: 0px;
}
.box6 {
background: url(../images/list_img3.jpg) no-repeat center;
	background-size: cover;
}
.box6 .content img {
	width: 100%;
}
.box7 .content img {
	width: 100%;
}
.box8 {
background: url(../images/list_img1.jpg) no-repeat center;
	background-size: cover;
}
.box8 .swiperTab {
	display: flex;
	justify-content: center;
	border-bottom: #ccc solid 1px;
	margin-bottom: 30px;
}
.box8 .swiperTab li {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 20px;
	cursor: pointer;
	padding-right: 20px;
	font-size: 14px;
	color: #666;
	height: 32px;
}
.box8 .swiperTab li.active {
	position: relative;
	color: #ff0000;
	font-weight: bold;
}
.box8 .swiperTab li.active:after {
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #ff0000;
	content: "";
}
.box8 .swiper-slide {
	display: flex;
	justify-content: space-between;
}
.box8 .swiper-slide .left {
	width: 300px;
	background: #ff0000;
	padding: 30px;
	margin-bottom: 20px;
}
.box8 .swiper-slide .left h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.box8 .swiper-slide .left ul li {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
}
.box8 .swiper-slide .list {
	width: 850px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box8 .swiper-slide .list .item {
	width: 265px;
	background: #fff;
	margin-bottom: 20px;
}
.box8 .swiper-slide .list .item h3 {
background: url(../images/list_img4.jpg) no-repeat center;
	background-size: cover;
	height: 80px;
	color: #fff;
	line-height: 80px;
	padding-left: 20px;
}
.box8 .swiper-slide .list .item .html {
	padding: 20px;
	line-height: 1.8em;
	font-size: 14px;
	color: #666;
}
.box8 .swiper-slide .list .item .html p {
}
.box8 .chat {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.box8 .chat a {
	padding: 10px 20px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box9 ul {
	display: flex;
	justify-content: space-between;
}
.box9 .content ul li {
	width: 240px;
}
.box9 .content ul li .icon {
	border-radius: 200px;
	height: 32px;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 80px;
	border: #ff0000 solid 1px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box9 .content ul li .icon img {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box9 .content ul li h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	color: #ff0000;
}
.box9 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center
}
.box9 .content ul li.jt img {
	width: 24px;
	display: block;
	margin: 0 auto;
}
.box9 .content ul li.jt {
	width: 32px;
	padding-top: 30px;
}
.box10 {
	background: #F8F9FB;
}
.box10 .pagewidth .content {
	position: relative;
}
.box10 .swiper-button-prev {
	margin-left: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.box10 .swiper-button-prev:after {
	font-family: "remixicon";
	content: "\ea60";
}
.box10 .swiper-button-next {
	margin-right: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.box10 .swiper-button-next:after {
	font-family: "remixicon";
	content: "\ea6c";
}
.box10 .swiper-slide .slidebox {
	border-radius: 6px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: #ececec solid 1px;
}
.box10 .swiper-slide .slidebox .tan {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	transition-duration: 0.3s;
	height: 100%;
}
.box10 .swiper-slide .slidebox:hover .tan {
	opacity: 1;
	bottom: 0px;
}
.box10 .swiper-slide .photo img {
	width: 100%;
	display: block;
}
.box10 .swiper-slide .name {
	text-align: center;
	font-size: 20px;
	color: #111;
	padding-top: 20px;
	margin-bottom: 10px;
}
.box10 .swiper-slide .post {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	height: 50px;
}
.box10 .swiper-slide .introduction {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	padding-left: 30px;
	padding-right: 30px;
}
.box10 .swiper-slide .tanphoto {
	border: #ececec solid 1px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 20px;
}
.box10 .swiper-slide .tanphoto img {
	width: 100%;
	display: block;
}
.box10 .swiper-slide .tanname {
	text-align: center;
	font-size: 20px;
	color: #111;
	padding-top: 15px;
	margin-bottom: 10px;
}
.box10 .swiper-slide .tanpost {
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.box10 .swiper-slide .tanintroduction {
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}
.box11 {
	padding-bottom: 0;
}
.box11 .content {
	display: flex;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.box11 .content:after {
	position: absolute;
	content: "";
	top: 50px;
	z-index: -1;
	background: #fa4646;
	width: 1600px;
	left: 45%;
	height: 620px;
}
.box11 .pagewidth {
	width: 100%;
}
.box11 .content .left {
	width: 50%;
	height: 520px;
}
.box11 .content .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box11 .content .right {
	width: 560px;
	color: #fff;
	padding-left: 40px;
	position: relative;
}
.box11 .content .right h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 100px;
	position: relative;
	z-index: 3;
}
.box11 .content .right p strong {
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	opacity: 1;
	position: relative;
	z-index: 3;
}
.box11 .content .right p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.8em;
	opacity: 0.8;
	position: relative;
	z-index: 3;
}
.box11 .content .right:before {
	position: absolute;
	content: "”";
	font-family: Arial;
	top: -40px;
	z-index: 1;
	font-size: 620px;
	color: #e89054;
	left: 0px;
}
.box12 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box12 .title p {
	text-align: center;
	line-height: 1.8em;
	color: #888;
	padding-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
}
.box12 .content img {
	width: 100%;
}
.box12 .chat {
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
}
.box12 .chat a {
	padding: 10px 20px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box13 {
background: url(../images/list_img1.jpg) no-repeat center;
	background-size: cover;
}
.box13 .pagewidth {
	position: relative;
}
.box13 img.line {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.box13 .content {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}
.box13 .content .item {
	width: 250px;
background:;
}
.box13 .content .item h3 {
	background: #ff0000;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 16px;
	width: 150px;
	color: #fff;
}
.box13 .content .item .itemcontent {
	height: 280px;
	border-left: #ff0000 dashed 2px;
	padding-top: 20px;
	line-height: 2em;
	font-size: 16px;
	color: #111;
	padding-left: 20px;
}
.box13 .content .item:nth-child(2n) h3 {
	background: #ffa21e;
}
.box13 .content .item:nth-child(1) {
	position: relative;
}
.box13 .content .item:nth-child(2) {
	position: relative;
	top: -30px;
}
.box13 .content .item:nth-child(3) {
	position: relative;
	top: -60px;
}
.box13 .content .item:nth-child(4) {
	position: relative;
	top: -90px;
}
.box13 .content .item:nth-child(2) .itemcontent {
	height: 205px;
}
.box13 .content .item:nth-child(3) .itemcontent {
	height: 235px;
}
.box13 .content .item:nth-child(4) .itemcontent {
	height: 185px;
}
.box14 .content {
	display: flex;
	justify-content: space-between;
	background: #f7f8fb;
	border-radius: 20px;
}
.box14 .content .item {
	padding-bottom: 30px;
	transition-duration: 0.3s;
}
.box14 .content .item:nth-child(1) {
	width: 20%;
}
.box14 .content .item:nth-child(1):hover {
	width: 25%;
}
.box14 .content .item:nth-child(2) {
	width: 45%;
	border-radius: 20px;
	background: linear-gradient(0deg, #f0701a, #f0985d);
}
.box14 .content .item:nth-child(2):hover {
	width: 50%;
}
.box14 .content .item:nth-child(3) {
	width: 35%;
}
.box14 .content .item:nth-child(4):hover {
	width: 45%;
}
.box14 .content .item h3 {
	text-align: center;
	padding: 30px;
	text-align: center;
	padding-bottom: 20px;
}
.box14 .content .item ul {
	padding-left: 30px;
	padding-right: 30px;
}
.box14 .content .item ul li {
	background: #fefefe;
	margin-bottom: 10px;
	border-radius: 6px;
	height: 50px;
	line-height: 50px;
	padding-left: 12px;
	color: #888;
	font-size: 14px;
}
.box14 .content .item:nth-child(2) h3 {
	color: #fff;
}
.box14 .content .item:nth-child(2) ul li {
	background: #f3a069;
	color: #fff;
	position: relative;
}
.box14 .content .item:nth-child(2) ul li:after {
	font-family: 'remixicon';
	content: "\eb80";
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 0px;
}
.box14 .content .item:nth-child(3) ul li {
	position: relative;
}
.box14 .content .item:nth-child(3) ul li:after {
	font-family: 'remixicon';
	content: "\eb96";
	font-size: 18px;
	color: #ccc;
	position: absolute;
	right: 15px;
	top: 0px;
}
.box15 {
background: url(../images/list_img2.jpg) no-repeat center;
	background-size: cover;
}
.box15 ul {
	display: flex;
	justify-content: space-between;
}
.box15 .content ul li {
	width: 240px;
}
.box15 .content ul li .icon {
	border-radius: 200px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box15 .content ul li .icon img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box15 .content ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	color: #111;
}
.box15 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center
}
.box15 .content ul li.jt img {
	width: 24px;
	display: block;
	margin: 0 auto;
}
.box15 .content ul li.jt {
	width: 32px;
	padding-top: 30px;
}
.box16 {
	background: linear-gradient(0deg, #f2f6ff, #fff);
}
.box16 .content {
	display: flex;
	justify-content: space-between;
}
.box16 .content .center {
	width: 32%;
	position: relative;
}
.box16 .content .center h3 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 180px;
	z-index: 33;
	left: 0px;
	right: 0px;
}
.box16 .content .center img {
	width: 100%;
	position: absolute;
	top: 0px;
}
.box16 .content .left {
	width: 34%;
	padding-top: 30px;
}
.box16 .content .left ul li {
	height: 140px;
	position: relative;
	padding-right: 70px;
}
.box16 .content .left ul li img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 56px;
}
.box16 .content .left ul li h3 {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: right;
	color: #111;
	padding-top: 7px;
}
.box16 .content .left ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: right
}
.box16 .content .left ul li:nth-child(1) {
	right: -85px;
}
.box16 .content .left ul li:nth-child(2) {
	right: -30px;
}
.box16 .content .left ul li:nth-child(3) {
	right: -85px;
}
.box16 .content .right {
	width: 34%;
	padding-top: 30px;
}
.box16 .content .right ul li {
	height: 140px;
	position: relative;
	padding-left: 70px;
}
.box16 .content .right ul li img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 56px;
}
.box16 .content .right ul li h3 {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
	color: #111;
	padding-top: 7px;
}
.box16 .content .right ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: left
}
.box16 .content .right ul li:nth-child(1) {
	left: -85px;
}
.box16 .content .right ul li:nth-child(2) {
	left: -30px;
}
.box16 .content .right ul li:nth-child(3) {
	left: -85px;
}
.box17 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box17 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box17 .content ul {
	display: flex;
	justify-content: space-between;
}
.box17 .content ul li {
	padding: 50px;
	border-right: #ececec solid 1px;
	width: 25%;
}
.box17 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box17 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.box17 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box17 .content ul li:last-child {
	border-right: none;
}
.box18 {
	background: #f7f8fb;
}
.box18 .content ul {
	display: flex;
	justify-content: space-between;
}
.box18 .content ul li {
	width: 254px;
	border-radius: 8px;
	padding: 40px 20px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.box18 .content ul li img {
	width: 56px;
}
.box18 .content ul li h3 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.box18 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box18 .content dl dd img {
	height: 20px;
	width: 20px;
	position: relative;
	top: -1px;
	left: -4px;
}
.box18 .content dl dd {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}
.box19 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.box19 .content ul li {
	width: 20%;
	text-align: center;
	margin-bottom: 50px;
}
.box19 .content ul li img {
	width: 100px;
	margin-bottom: 20px;
}
.box19 .content ul li h3 {
	font-weight: normal;
}
.box19 .chat {
	padding-top: 0px;
	text-align: center;
}
.box19 .chat a {
	margin: 0 auto;
	padding: 15px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box20 {
	background: #f7f8fb;
}
.box20 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.box20 .content ul li {
	width: 32%;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.box20 .content ul li img {
	width: 100%;
}
.box20 .content ul li h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 70px;
	z-index: 3;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.box20 .content ul li span {
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: 110px;
}
.box20 .content ul li p {
	display: block;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 130px;
	left: 60px;
	right: 60px;
	line-height: 1.8em;
	font-size: 14px;
}
.crumbs {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #666;
}
.crumbs a {
	color: #666;
}
.crumbs span {
	color: #ff0000;
}
.crumbs i {
	margin-left: 5px;
	margin-right: 5px;
}
.submenu .pagewidth {
	background: #f9f9f9;
	border-bottom: #ececec solid 1px;
}
.submenu .pagewidth ul {
	display: flex;
	justify-content: center;
}
.submenu .pagewidth ul li {
	margin-left: 30px;
	margin-right: 30px;
}
.submenu .pagewidth ul li a {
	color: #666;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	display: block;
}
.submenu .pagewidth ul li a.active {
	position: relative;
	color: #ff0000;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	display: block;
}
.submenu .pagewidth ul li a.active:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #ff0000;
}
.list_news .nodata {
	text-align: center;
	padding-top: 140px;
	padding-bottom: 100px;
}
.list_news .nodata img {
	width: 64px;
	margin: 0 auto;
}
.list_news .nodata p {
	font-size: 14px;
	color: #888;
	padding-top: 20px;
}
.list_news ul li {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: #ececec solid 1px;
}
.list_news ul li .img {
	width: 340px;
}
.list_news ul li .img img {
	width: 100%;
	display: block;
}
.list_news ul li .info {
	width: 860px;
	position: relative;
}
.list_news ul li .info .title {
	font-size: 24px;
	margin-bottom: 20px;
}
.list_news ul li .info .title a {
	color: #111;
}
.list_news ul li .info .description {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8em;
	color: #888;
}
.list_news ul li .info .time {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #888;
}
.list_news ul li .info .url {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
.list_news ul li .info .url a {
	color: #999;
}
.show_news {
	background: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 50px;
}
.show_news .content {
	background: #fff;
	border-radius: 3px;
	padding: 80px;
}
.show_news .content .title {
	border-bottom: #ddd solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.show_news .content .title h1 {
	text-align: center;
	font-size: 24px;
	color: #111;
	margin-bottom: 20px
}
.show_news .content .title p {
	text-align: center;
	font-size: 14px;
	color: #888;
}
.show_news .content .html {
	font-size: 16px;
	line-height: 2em;
	color: #333;
	margin-bottom: 30px;
}
.show_news .content .other {
	display: flex;
	justify-content: space-between;
	line-height: 80px;
	height: 80px;
	border-top: #dddddd solid 1px;
	border-bottom: #ddd solid 1px;
}
.show_news .content .other .left {
	font-size: 14px;
	width: 50%;
}
.show_news .content .other .left a {
	color: #333;
}
.show_news .content .other .right {
	text-align: right;
	width: 50%;
}
.show_news .content .other .right a {
	font-size: 14px;
	color: #333;
}
.show_news .content .other i {
	position: relative;
	top: 2px;
}
.about_box_a {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about_box_a .pagewidth {
	display: flex;
	justify-content: space-between;
}
.about_box_a .left {
	padding-right: 140px;
}
.about_box_a .left .title {
	padding-bottom: 40px;
}
.about_box_a .left .title h2 {
	font-size: 36px;
	color: #111;
	font-weight: normal;
	text-align: left;
}
.about_box_a .left .content p {
	font-size: 16px;
	color: #888;
	line-height: 2em;
	margin-bottom: 20px;
	text-indent: 2em;
}
.about_box_a .right {
}
.about_box_a .right img {
	width: 500px;
}
.about_box_b {
	background: #f6f8fa;
	padding-top: 80px;
	padding-bottom: 80px;
}
.about_box_b .title {
	padding-bottom: 40px;
}
.about_box_b .title h2 {
	font-size: 36px;
	color: #111;
	font-weight: normal;
	text-align: left;
}
.about_box_b .pagewidth .content {
	position: relative;
}
.about_box_b .swiper-button-prev {
	margin-left: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.about_box_b .swiper-button-prev:after {
	font-family: "remixicon";
	content: "\ea60";
}
.about_box_b .swiper-button-next {
	margin-right: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.about_box_b .swiper-button-next:after {
	font-family: "remixicon";
	content: "\ea6c";
}
.about_box_b .slidebox {
	border-radius: 6px;
	background: #fff;
	padding: 40px;
	height: 300px;
}
.about_box_b .slidebox h3 {
	font-size: 32px;
	color: #ff0000;
	margin-bottom: 20px;
	padding-top: 20px;
}
.about_box_b .slidebox p {
	line-height: 1.8em;
	color: #333;
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
.about_box_b .slidebox p:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background: #ff0000
}
.about_box_b .slidebox:hover {
	border-radius: 6px;
	background: #ff0000;
	padding: 40px;
	transition-duration: 0.2s;
}
.about_box_b .slidebox:hover h3 {
	color: #fff;
	transition-duration: 0.2s;
}
.about_box_b .slidebox:hover p {
	color: #fff;
	transition-duration: 0.2s;
}
.about_box_b .slidebox:hover p:after {
	background: #fff
}
.about_box_b .swiper-container {
	padding-bottom: 50px;
}
.about_box_b .swiper-scrollbar {
	bottom: 0%!important;
}
.about_box_b .swiper-container-horizontal>.swiper-scrollbar {
	height: 2px;
}
.about_box_b .swiper-scrollbar-drag {
	background: #ff0000;
}
.about_box_c {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.about_box_c ul {
	display: flex;
	justify-content: space-between;
}
.about_box_c ul li:nth-child(1) {
	background: #fefcf8;
	width: 33.33%;
}
.about_box_c ul li:nth-child(2) {
	background: #ffffff;
	width: 33.33%;
	position: relative;
	z-index: 33;
	border-radius: 12px;
	transform: scale(1.1);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.about_box_c ul li:nth-child(3) {
	background: #f9fbfe;
	width: 33.33%;
}
.about_box_c ul li {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_box_c ul li .icon {
	width: 80px;
	margin: 0 auto;
}
.about_box_c ul li .icon img {
	width: 80px;
}
.about_box_c ul li h3 {
	text-align: center;
	font-size: 24px;
	color: #111;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 20px;
}
.about_box_c ul li p {
	line-height: 1.8em;
	color: #888;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	padding-right: 15%;
	padding-left: 15%;
}
.about_box_d {
	background: #f6f8fa;
	padding-top: 80px;
	padding-bottom: 80px;
}
.about_box_d .title {
	padding-bottom: 40px;
}
.about_box_d .title h2 {
	font-size: 36px;
	color: #111;
	font-weight: normal;
	text-align: center;
}
.about_box_d .content {
	display: flex;
	justify-content: space-between;
}
.about_box_d .content .scrollUl {
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.about_box_d .content .scrollUl li {
	width: 100%;
	height: 180px;
	border: #ddd solid 1px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: #fff;
	transition-duration: 0.3s;
}
.about_box_d .content .scrollUl li.active {
/*background:url(../images/about_img4.jpg) no-repeat #ff0000;*/
background: #ff0000;
	background-size: cover;
}
.about_box_d .content .scrollUl li h3 {
	padding-left: 20px;
	padding-top: 25px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.about_box_d .content .scrollUl li p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #888;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.6em;
	font-weight: normal;
}
.about_box_d .content .scrolldoorFrame {
	width: 53%;
}
.about_box_d .content .scrollUl li.active h3 {
	color: #fff;
}
.about_box_d .content .scrollUl li.active p {
	color: #fff;
}
.list_join {
	padding-top: 50px;
	padding-bottom: 100px;
}
.list_join ol {
	display: flex;
	justify-content: space-between;
	background: #f9f9f9;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.list_join ol li {
	font-size: 16px;
	color: #999;
	width: 20%;
}
.list_join ol i {
	width: 24px;
	color: #f9f9f9;
}
.subcontent {
	display: none;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}
.accordion li {
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.accordion .head {
	cursor: pointer;
	display: block;
	color: #333333;
	position: relative;
	display: flex;
	justify-content: space-between;
	line-height: 24px;
}
.accordion .head strong {
	width: 20%;
	font-size: 16px;
}
.accordion .head span {
	width: 20%;
	font-size: 14px;
}
.accordion li:last-child .head {
	border-bottom: 0;
}
.accordion li i {
	font-size: 18px;
	color: #ff0000;
	background: #fff4ec;
	border-radius: 24px;
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li.open {
	background: #fff;
}
.accordion li.open .head {
	color: #ff0000;
}
.accordion li.open i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.subcontent .bt {
	border-top: #ececec solid 1px;
	padding-top: 20px;
}
.subcontent .bt a {
	margin: 0 auto;
	padding: 8px 60px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box21 {
	background: #EFF2F5;
}
.box21 .swiperTab {
	display: flex;
	justify-content: center;
	background: #fff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 40px;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	z-index: 44;
}
.box21 .swiperTab li {
	color: #666;
	font-size: 14px;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 30px;
	margin-right: 30px;
}
.box21 .swiperTab li a {
	color: #666;
}
.box21 .swiperTab li:hover:after {
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #ff0000;
	content: "";
}
.box21 .swiperTab li:hover a {
	color: #ff0000;
}
.box21 .item_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.box21 .item_box .img {
	position: relative;
	width: 310px;
}
.box21 .item_box .img img {
	width: 100%;
	display: block;
}
.box21 .item_box .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box21 .item_box .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box21 .item_box .list {
	width: 930px;
}
.box21 .item_box .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box21 .item_box .list ul:after {
	content: "";
	width: 310px;
	;
}
.box21 .item_box .list ul li {
	width: 310px;
	height: 230px;
	position: relative;
}
.box21 .item_box .list ul li h3 {
	font-size: 20px;
	margin-bottom: 10px;
	left: 30px;
	padding-top: 40px;
	position: absolute;
	z-index: 3;
}
.box21 .item_box .list ul li p {
	font-size: 14px;
	font-weight: normal;
	left: 30px;
	right: 30px;
	top: 75px;
	color: #666;
	margin-bottom: 5px;
	line-height: 1.8em;
	opacity: 0.8;
	position: absolute;
	z-index: 3;
}
.box21 .item_box .list ul li a {
	padding: 10px 20px;
	position: absolute;
	color: #ff0000;
	left: 30px;
	top: 150px;
	font-size: 14px;
	background: #fff;
	display: inline-table;
	border: #ff0000 solid 1px;
	transition-duration: 0.3s;
}
.box21 .item_box .list ul li a:hover {
	background: #ff0000;
	color: #fff;
}
.box22 {
	padding-bottom: 0;
}
.box22 .content {
	display: flex;
	justify-content: space-between;
}
.box22 .content .img {
	width: 48%
}
.box22 .content .img img {
	width: 100%;
}
.box22 .content .text {
	width: 48%;
}
.box22 .content .text h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #333;
	padding-top: 20px;
	font-weight: normal;
}
.box22 .content .text p {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.box22 .content .text a {
	padding: 10px 30px;
	color: #ff0000;
	font-size: 16px;
	background: #fff;
	display: inline-table;
	border: #ff0000 solid 1px;
	transition-duration: 0.3s;
}
.box22 .content .text a:hover {
	background: #ff0000;
	color: #fff;
}
.box23 {
background: url(../images/shuishou_img7.jpg) no-repeat center;
	background-size: cover;
}
.box23 .content ul {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.box23 .content ul li {
	width: 20%;
	background: #f6f8fa;
	transition-duration: 0.3s;
	height: 300px;
	position: relative;
	;
}
.box23 .content ul li img {
	width: 40px;
	margin-bottom: 30px;
}
.box23 .content ul li h3 {
	margin-bottom: 10px;
	position: absolute;
	transition-duration: 0.3s;
	left: 0px;
	top: 60px;
	right: 0px;
	text-align: center;
	font-size: 40px;
	color: #ff0000;
}
.box23 .content ul li p {
	opacity: 1;
	transition-duration: 0.3s;
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	position: absolute;
	left: 30px;
	top: 120px;
	right: 30px;
}
.box23 .content ul li:hover {
	width: 30%;
	background: #ff0000;
}
.box23 .content ul li:hover h3 {
	color: #fff;
	top: 80px;
}
.box23 .content ul li:hover p {
	color: #fff;
	opacity: 1;
	top: 140px;
}
.box24 {
	background: url(../images/bg-1.jpg) no-repeat center;
	background-size: cover;
}
.box24 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box24 .content ul {
	display: flex;
	justify-content: space-between;
}
.box24 .content ul li {
	padding: 50px;
	border-right: #ececec solid 1px;
	width: 33.33%;
}
.box24 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box24 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.box24 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box24 .content ul li:last-child {
	border-right: none;
}
.box25 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box25 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box25 .content ul {
	display: flex;
	justify-content: space-between;
}
.box25 .content ul li {
	padding: 50px;
	border-right: #ececec solid 1px;
	width: 33.33%;
}
.box25 .content ul li img {
	width: 52px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box25 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.box25 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box25 .content ul li:last-child {
	border-right: none;
}
.box25 .notice {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 30px;
	color: #ff0000;
	font-weight: bold;
}
.box26 {
	background: #F5F9FF;
}
.box26 .content {
	display: flex;
	justify-content: space-between;
}
.box26 .left {
	width: 350px;
	position: relative;
}
.box26 .left img.bg {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
.box26 .left img.icon {
	width: 48px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -44px;
	top: 130px;
	z-index: 4;
}
.box26 .left a {
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	left: 50%;
	margin-left: -84px;
	top: 200px;
	position: absolute;
	display: inline-table;
	border: #fff solid 1px;
	z-index: 4;
	transition-duration: 0.3s;
}
.box26 .left a:hover {
	background: #fff;
	color: #ff0000;
}
.box26 .content .list {
	width: 850px;
}
.box26 .content .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box26 .content .list ul li {
	width: 200px;
	height: 158px;
	transition-duration: 0.3s;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-top: 30px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.box26 .content .list ul li img {
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box26 .content .list ul li a h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
.box26 .content .list ul li a p {
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;
}
.box26 .content .list ul li:hover {
	transform: translateY(-5px);
	transform: scale(1.1);
}
.box27 {
	background: #F8F9FB;
}
.box27 .content {
	background: #fff;
	padding: 25px;
}
.box27 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box27 .content ul li {
	width: 380px;
	position: relative;
	overflow: hidden;
}
.box27 .content ul li img {
	width: 100%;
	display: block;
	transition-duration: 0.3s;
}
.box27 .content ul li:hover img {
	transform: scale(1.1);
}
.box27 .content ul li h3 {
	position: absolute;
	left: 30px;
	z-index: 44;
	top: 40px;
	font-weight: normal;
	font-size: 20px;
}
.box27 .content ul li a {
	position: absolute;
	z-index: 44;
	left: 30px;
	top: 80px;
	padding: 10px 20px;
	color: #333;
	font-size: 14px;
	display: inline-table;
	border: #E6E6E6 solid 1px;
}
.box27 .content ul li a:hover {
	position: absolute;
	left: 30px;
	top: 80px;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	background: #ff0000;
	border: #ff0000 solid 1px;
}
.box27 .content ul li:nth-child(1) {
	margin-bottom: 24px;
}
.box27 .content ul li:nth-child(2) {
	margin-bottom: 24px;
}
.box27 .content ul li:nth-child(3) {
	margin-bottom: 24px;
}
.box28 {
}
.box28 .content {
	display: flex;
	justify-content: space-between;
}
.box28 .content .left {
	width: 35%;
}
.box28 .content .left ul li {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 300px;
	float: right;
	padding-left: 20px;
}
.box28 .content .left ul li:nth-child(1) {
	background: #FE4D55;
	position: relative;
	right: -25px;
}
.box28 .content .left ul li:nth-child(2) {
	background: #A672C4;
}
.box28 .content .left ul li:nth-child(3) {
	background: #E6B745;
}
.box28 .content .left ul li:nth-child(4) {
	background: #62BDF6;
	position: relative;
	right: -25px;
}
.box28 .content .left ul li:after {
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-right-width: 0;
	top: 14px;
	right: -5px
}
.box28 .content .left ul li:nth-child(1):after {
	border-left-color: #FE4D55;
}
.box28 .content .left ul li:nth-child(2):after {
	border-left-color: #A672C4;
}
.box28 .content .left ul li:nth-child(3):after {
	border-left-color: #E6B745;
}
.box28 .content .left ul li:nth-child(4):after {
	border-left-color: #62BDF6;
}
.box28 .content .center {
	width: 30%;
}
.box28 .content .right {
	width: 35%;
}
.box28 .content .right ul li {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 300px;
	float: left;
	padding-left: 20px;
}
.box28 .content .right ul li:nth-child(1) {
	background: #5FB671;
	position: relative;
	left: -25px;
}
.box28 .content .right ul li:nth-child(2) {
	background: #67C2BD;
}
.box28 .content .right ul li:nth-child(3) {
	background: #FE8C4E;
}
.box28 .content .right ul li:nth-child(4) {
	background: #FF8389;
	position: relative;
	left: -25px;
}
.box28 .content .right ul li:after {
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-left-width: 0;
	top: 14px;
	left: -5px
}
.box28 .content .right ul li:nth-child(1):after {
	border-right-color: #5FB671;
}
.box28 .content .right ul li:nth-child(2):after {
	border-right-color: #67C2BD;
}
.box28 .content .right ul li:nth-child(3):after {
	border-right-color: #FE8C4E;
}
.box28 .content .right ul li:nth-child(4):after {
	border-right-color: #FF8389;
}
.box28 .content .center img {
	width: 100%;
}
.box28 .chat {
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
}
.box28 .chat p {
	margin-bottom: 20px;
}
.box28 .chat a {
	padding: 10px 20px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box29 {
background: url(../images/zhuce_img2.jpg) no-repeat center;
	background-size: cover;
}
.box29 .content {
	height: 500px;
	position: relative;
}
.box29 .line {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 225px;
	right: 0px;
}
.box29 .content ul {
	display: flex;
	height: 500px;
	justify-content: space-between;
}
.box29 .content ul li {
	width: 200px;
	background: #fff;
	height: 200px;
	border-radius: 3px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 44;
}
.box29 .content ul li:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: #ff0000 solid 1px;
	background: #ff0000;
	border: #fff solid 4px;
	box-shadow: 0px 0px 4px #ff0000;
}
.box29 .content ul li:nth-child(1):after {
	bottom: -53px;
	left: 60px;
}
.box29 .content ul li:nth-child(2):after {
	top: -47px;
	left: 60px;
}
.box29 .content ul li:nth-child(3):after {
	bottom: -43px;
	left: 60px;
}
.box29 .content ul li:nth-child(4):after {
	top: -77px;
	left: 60px;
}
.box29 .content ul li:nth-child(5):after {
	bottom: -66px;
	left: 60px;
}
.box29 .content ul li:nth-child(6):after {
	top: -44px;
	left: 60px;
}
.box29 .content ul li:before {
	position: absolute;
	content: "";
}
.box29 .content ul li:nth-child(2n-1):before {
	border: 9px solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	bottom: -8px;
	left: 60px
}
.box29 .content ul li:nth-child(2n):before {
	border: 9px solid transparent;
	border-bottom-color: #fff;
	border-top-width: 0;
	top: -8px;
	left: 60px
}
.box29 .content ul li:nth-child(2) {
	align-self: flex-end;
}
.box29 .content ul li:nth-child(4) {
	align-self: flex-end;
}
.box29 .content ul li:nth-child(6) {
	align-self: flex-end;
}
.box29 .content ul li .number {
	text-align: center;
	font-size: 32px;
	color: #ff0000;
	font-weight: bold;
	padding-top: 35px;
	font-style: italic;
}
.box29 .content ul li h3 {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.box29 .content ul li p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}
.box30 .content1 {
	margin-bottom: 50px;
}
.box30 .content1 ul {
	display: flex;
	justify-content: space-between;
}
.box30 .content1 ul li {
	width: 200px;
}
.box30 .content1 ul li img {
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box30 .content1 ul li h3 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
}
.box30 .content1 ul li p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
}
.box30 .content2 ul {
	display: flex;
	justify-content: space-between;
}
.box30 .content2 ul li {
	width: 350px;
	background: #F7F7F7;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
}
.box30 .content2 ul li img {
	width: 47%;
	align-self: center
}
.box30 .content2 ul li h3 {
	width: 47%;
	align-self: center;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
}
.box31 .content ul {
	display: flex;
	justify-content: space-between;
}
.box31 .content ul li {
	width: 300px;
	position: relative;
	height: 265px;
}
.box31 .content ul li img {
	width: 100%;
	display: block;
}
.box31 .content ul li:nth-child(1) {
	padding-top: 100px;
}
.box31 .content ul li:nth-child(2) {
	padding-bottom: 100px;
}
.box31 .content ul li:nth-child(3) {
	padding-top: 100px;
}
.box31 .content ul li:nth-child(4) {
	padding-bottom: 100px;
}
.box31 .content ul li:nth-child(1) h3 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #E5F0FC;
	padding: 25px;
	line-height: 1.5em;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(2) h3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 50px;
	background: #FAE5BD;
	padding: 25px;
	line-height: 1.5em;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(3) h3 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #E5F0FC;
	padding: 25px;
	line-height: 1.5em;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(4) h3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 50px;
	background: #FAE5BD;
	padding: 25px;
	line-height: 1.5em;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(1) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom-width: 0;
	bottom: -8px;
	z-index: 44;
	left: 150px;
	border-top-color: #E5F0FC;
}
.box31 .content ul li:nth-child(2) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-top-width: 0;
	top: -8px;
	z-index: 44;
	left: 150px;
	border-bottom-color: #FAE5BD;
}
.box31 .content ul li:nth-child(3) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom-width: 0;
	bottom: -8px;
	z-index: 44;
	left: 150px;
	border-top-color: #E5F0FC;
}
.box31 .content ul li:nth-child(4) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-top-width: 0;
	top: -8px;
	z-index: 44;
	left: 150px;
	border-bottom-color: #FAE5BD;
}
.box32 {
	/*background: linear-gradient(90deg, #f73838, #ff0000);*/
	background-image: url(../images/index_img17.jpg);
}
.box32 .title h2 {
	color: #fff;
}
.box32 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box32 .content ul li {
	width: 298px;
	background: #fff;
	margin-bottom: 15px;
	padding-bottom: 36px;
	padding-top: 36px;
	margin-bottom: 16px;
}
.box32 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
}
.box32 .content ul li h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.box32 .chat {
	text-align: center;
	padding-top: 20px;
}
.box32 .chat a {
	padding: 13px 30px;
	background: #fff;
	color: #333;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box33 {
background: url(../images/daiban_img2.jpg) no-repeat center;
	background-size: cover;
}
.box33 ul {
	display: flex;
	justify-content: space-between;
}
.box33 .content ul li {
	width: 240px;
}
.box33 .content ul li .icon {
	border-radius: 200px;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.box33 .content ul li .icon img {
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box33 .content ul li .icon h4 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
	font-size: 24px;
	color: #fff;
	z-index: 4;
	text-align: center;
}
.box33 .content ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
	color: #333;
}
.box33 .content ul li.jt {
	width: 32px;
	padding-top: 24px;
	text-align: center;
	font-size: 32px;
	color: #ff0000;
}
.box34 .content ul {
	display: flex;
	justify-content: space-between;
}
.box34 .content ul li {
	width: 192px;
}
.box34 .content ul li .img img {
	width: 100%;
	display: block;
}
.box34 .content ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 20px;
	line-height: 1.8em;
	font-weight: normal;
	text-align: center;
	color: #333;
}
.box35 {
background: url(../images/zhuxiao_img4.jpg) no-repeat center;
	background-size: cover;
}
.box35 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box35 ul li {
	width: 44%;
	background: rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	padding-left: 44px;
	margin-bottom: 24px;
	position: relative;
}
.box35 ul li:hover {
	background: rgba(255, 0, 0, 0.2);
	color: #ff0000;
}
.box35 ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #ff0000;
	left: 20px;
	top: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.box35 .chat {
	text-align: center;
	padding-top: 20px;
}
.box35 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box35 .note {
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
.box36 {
background: url(../images/zhuxiao_img5.jpg) no-repeat center;
	background-size: cover;
}
.box36 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box36 ul li {
	width: 25%;
	background: #fff;
	position: relative;
	height: 200px;
	transition-duration: 0.3s
}
.box36 ul li:after {
	content: "";
	position: absolute;
	height: 200px;
	border-right: #ddd solid 1px;
	top: 0px;
	right: 0px;
	bottom: 0;
	z-index: 3;
}
.box36 ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: #ddd solid 1px;
	bottom: 0px;
	left: 0px;
	right: 0;
	z-index: 3;
}
.box36 ul li img {
	width: 48px;
	position: absolute;
	left: 30px;
	top: 40px;
	opacity: 1;
	transition-duration: 0.3s
}
.box36 ul li h3 {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 100px;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	font-weight: normal;
	transition-duration: 0.3s
}
.box36 ul li h4 {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 80px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
	opacity: 0;
	font-weight: normal;
	text-align: center;
	transition-duration: 0.3s
}
.box36 ul li a {
	padding: 10px 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	top: 100px;
	opacity: 0;
	color: #ff0000;
	font-size: 14px;
	display: inline-table;
	border-radius: 40px;
	transition-duration: 0.3s;
}
.box36 ul li:hover {
	background: #ff0000;
}
.box36 ul li:hover img {
	opacity: 0;
}
.box36 ul li:hover h3 {
	opacity: 0;
}
.box36 ul li:hover h4 {
	opacity: 1;
	top: 60px;
}
.box36 ul li:hover a {
	opacity: 1;
	top: 120px;
}
.box37 {
background: url(../images/zhuxiao_img4.jpg) no-repeat center;
	background-size: cover;
}
.box37 ul {
	display: flex;
}
.box37 ul {
	height: 240px;
	position: relative;
}
.box37 ul:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
	height: 2px;
	content: "";
	height: 2px;
	background: #ff0000;
}
.box37 ul li {
	width: 10%;
	position: relative;
	height: 120px;
}
.box37 ul li h4 {
	position: absolute;
	top: 100px;
	z-index: 3;
	background: #ff0000;
	border: #fcd3b7 solid 5px;
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	border-radius: 40px;
}
.box37 ul li h3 {
	position: absolute;
	left: 40px;
	right: -120px;
	top: 10px;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	font-weight: normal;
}
.box37 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box37 ul li:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 0px;
	bottom: 0px;
	border-left: #ff0000 solid 2px;
}
.box37 ul li:nth-child(2n) h3 {
	top: 30px;
}
.box37 ul li:nth-child(2n) h4 {
	position: absolute;
	top: -20px;
}
.box38 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box38 ul li {
	width: 44%;
	background: rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	padding-left: 44px;
	margin-bottom: 24px;
	position: relative;
}
.box38 ul li:hover {
	background: rgba(255, 0, 0, 0.2);
	color: #ff0000;
}
.box38 ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #ff0000;
	left: 20px;
	top: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.box39 {
	background: #F7F7F7;
}
.box39 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box39 ul li .img {
	position: relative;
}
.box39 ul li .img img {
	width: 100%;
	display: block;
}
.box39 ul li .img h3 {
	position: absolute;
	z-index: 3;
	left: 20px;
	right: 20px;
	top: 80px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.box39 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -8px;
}
.box39 ul li {
	width: 398px;
	background: #fff;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
}
.box39 ul li .text {
	padding: 30px;
}
.box39 ul li .text p {
	text-align: justify;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	margin-bottom: 20px;
}
.box39 ul li .text a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box39 ul li:hover .text a {
	padding: 10px 0px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	background: #ff0000;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box39 ul li:hover {
	transform: translateY(-1px);
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.box40 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box40 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box40 .content ul {
	display: flex;
	justify-content: space-between;
}
.box40 .content ul li {
	padding: 50px;
	border-right: #ececec solid 1px;
	width: auto;
}
.box40 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box40 .content ul li h3 {
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.box40 .content ul li:last-child {
	border-right: none;
}
.box41 ul {
	display: flex;
}
.box41 ul {
	height: 240px;
	position: relative;
}
.box41 ul:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
	height: 2px;
	content: "";
	height: 2px;
	background: #ff0000;
}
.box41 ul li {
	width: 12.5%;
	position: relative;
	height: 120px;
}
.box41 ul li h4 {
	position: absolute;
	top: 100px;
	z-index: 3;
	background: #ff0000;
	border: #fcd3b7 solid 5px;
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	border-radius: 40px;
}
.box41 ul li h3 {
	position: absolute;
	left: 40px;
	top: 10px;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	font-weight: normal;
}
.box41 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box41 ul li:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 0px;
	bottom: 0px;
	border-left: #ff0000 solid 2px;
}
.box41 ul li:nth-child(2n) h3 {
	top: 30px;
}
.box41 ul li:nth-child(2n) h4 {
	position: absolute;
	top: -20px;
}
.box42 {
}
.box42 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box42 ul li .img {
	position: relative;
}
.box42 ul li .img img {
	width: 100%;
	display: block;
}
.box42 ul li .img h3 {
	position: absolute;
	z-index: 3;
	left: 20px;
	right: 20px;
	top: 80px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.box42 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -4px;
}
.box42 ul li {
	width: 294px;
	background: #fff;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.box42 ul li .text {
	padding: 20px;
}
.box42 ul li .text h3 {
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	color: #333;
	margin-bottom: 10px;
}
.box42 ul li .text a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box42 ul li:hover .text a {
	padding: 10px 0px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	background: #ff0000;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box42 ul li:hover {
	transform: translateY(-1px);
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.box43 .content {
	position: relative;
}
.box43 .content:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	height: 240px;
	border: #f5f5f5 solid 20px;
	z-index: -1;
}
.box43 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box43 ul li {
	width: 280px;
	background: url(../images/bgwhite.png) no-repeat;
	position: relative;
	top: 10px;
	background-size: cover;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 50px;
	transition-duration: 0.3s;
}
.box43 ul li .icon {
	width: 48px;
	border-radius: 100px;
	height: 48px;
	padding: 14px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.box43 ul li .icon img {
	width: 100%;
	display: block;
}
.box43 ul li h3 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
	transition-duration: 0.3s
}
.box43 ul li a {
	padding: 10px 0px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #ff0000;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box43 ul li:hover {
	width: 280px;
	position: relative;
	top: 0px;
background: url(../images/jizhang_img4.jpg) no-repeat;
	background-size: cover;
	height: 180px;
	border-radius: 12px;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 70px;
}
.box43 ul li:hover h3 {
	color: #fff;
}
.box43 ul li:hover a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box44 {
	background: #F5F9FF;
}
.box44 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box44 ul li {
	border: #D6DAE5 solid 1px;
	border-radius: 6px;
	width: 232px;
	padding-top: 30px;
	margin-bottom: 16px;
	padding-bottom: 30px;
	transition-duration: 0.3s
}
.box44 ul li .icon {
	border-radius: 50px;
	background: #f4ece9;
	width: 30px;
	height: 30px;
	padding: 15px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box44 ul li .icon img {
	width: 30px;
	height: 30px;
}
.box44 ul li h3 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #333;
	transition-duration: 0.3s
}
.box44 ul li:hover {
	border: #ff0000 solid 1px;
	background: #ff0000;
	border-radius: 6px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box44 ul li:hover h3 {
	color: #fff;
}
.box45 {
	background: #EFF2F5;
}
.box45 .content {
}
.box45 .item1 {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}
.box45 .item1 .img {
	position: relative;
	width: 328px;
}
.box45 .item1 .img img {
	width: 100%;
	display: block;
}
.box45 .item1 .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box45 .item1 .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box45 .item1 .img a {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box45 .item1 .list {
	width: 852px;
}
.box45 .item1 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box45 .item1 .list ul:after {
	content: "";
	width: calc(33.33% - 15px);
}
.box45 .item1 .list ul li {
	width: calc(33.33% - 15px);
	position: relative;
	border: #ececec solid 1px;
	margin-bottom: 20px;
}
.box45 .item1 .list ul li img {
	width: 100%;
	display: block;
}
.box45 .item1 .list ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.box45 .item1 .list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.box45 .item1 .list ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.box45 .item1 .list ul li h3 {
	font-size: 18px;
	margin-bottom: 5px;
	padding: 15px;
	padding-bottom: 0;
}
.box45 .item1 .list ul li p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 15px;
	line-height: 1.8em;
	padding-top: 0;
	opacity: 0.8;
}
.box45 .item2 {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}
.box45 .item2 .img {
	position: relative;
	width: 328px;
}
.box45 .item2 .img img {
	width: 100%;
	display: block;
}
.box45 .item2 .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box45 .item2 .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box45 .item2 .img a {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box45 .item2 .list {
	width: 852px;
}
.box45 .item2 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box45 .item2 .list ul li {
	width: calc(25% - 15px);
	position: relative;
	border: #ececec solid 1px;
	margin-bottom: 20px;
}
.box45 .item2 .list ul li img {
	width: 100%;
	display: block;
}
.box45 .item2 .list ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li:nth-last-child(4) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 15px;
	padding-bottom: 0;
	padding-top: 20px;
}
.box45 .item2 .list ul li p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 15px;
	line-height: 1.8em;
	padding-top: 4px;
	opacity: 0.8;
}
.box45 .item3 {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}
.box45 .item3 .img {
	position: relative;
	width: 328px;
}
.box45 .item3 .img img {
	width: 100%;
	display: block;
}
.box45 .item3 .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box45 .item3 .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box45 .item3 .img a {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box45 .item3 .list {
	width: 852px;
}
.box45 .item3 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box45 .item3 .list ul li {
	width: calc(25% - 15px);
	position: relative;
	border: #ececec solid 1px;
	margin-bottom: 20px;
}
.box45 .item3 .list ul li img {
	width: 100%;
	display: block;
}
.box45 .item3 .list ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li:nth-last-child(4) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li h3 {
	font-size: 18px;
	margin-bottom: 5px;
	padding: 15px;
	padding-bottom: 0;
	padding-top: 25px;
}
.box45 .item3 .list ul li p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 15px;
	line-height: 1.8em;
	padding-top: 4px;
	opacity: 0.8;
}
.box46 {
	background: #F8F8FA;
}
.box46 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box46 .content ul li {
	width: 390px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.box46 .content ul li img {
	width: 48px;
	margin-bottom: 20px;
}
.box46 .content ul li h3 {
	font-size: 18px;
	color: #333;
}
.box46 .content ul li span {
	position: absolute;
	right: -14px;
	top: -14px;
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 40px;
	text-align: left;
}
.box46 .chat {
	text-align: center;
	padding-top: 20px;
}
.box46 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box47 {
	background: none;
}
.box47 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box47 .content ul li {
	width: 332px;
	padding: 30px;
	height: 160px;
	margin-bottom: 30px;
}
.box47 .content ul li h3 {
	font-size: 24px;
	color: #333;
	padding-top: 40px;
	margin-bottom: 20px;
}
.box47 .content ul li a {
	padding: 13px 30px;
	background: #fff;
	color: #666;
	border-radius: 6px;
	font-size: 14px;
	display: inline-table;
}
.box47 .content ul li:nth-child(1) {
	background: #CDE6FD;
}
.box47 .content ul li:nth-child(2) {
	background: #D4E1FF;
}
.box47 .content ul li:nth-child(3) {
	background: #CFD9F8;
}
.box47 .content ul li:nth-child(4) {
	background: #E0DDFC;
}
.box47 .content ul li:nth-child(5) {
	background: #D1EAF0;
}
.box47 .content ul li:nth-child(6) {
	background: #F7EFE2;
}
.box47 .chat {
	text-align: center;
	padding-top: 20px;
}
.box47 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box48 {
background: url(../images/caishui_img2.jpg) no-repeat center;
	background-size: cover;
}
.box48 .content {
	display: flex;
	justify-content: space-between;
}
.box48 .text {
	width: 48%;
	padding-top: 30px;
}
.box48 .img {
	width: 48%;
}
.box48 .img img {
	width: calc(100% - 18px);
	display: block;
	border: #ff0000 solid 1px;
	padding: 8px;
}
.box48 .text img {
	height: 40px;
}
.box48 .text p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
	position: relative;
	padding-left: 12px;
}
.box48 .text p:after {
	content: "";
	left: 0px;
	top: 12px;
	border-radius: 10px;
	height: 4px;
	width: 4px;
	background: #ff0000;
	position: absolute;
}
.box48 .text p:nth-child(1) {
	padding-left: 0;
	margin-bottom: 40px;
}
.box48 .text p:nth-child(1):after {
	display: none;
}
.box49 {
	background: #ff0000;
	height: 300px;
	margin-bottom: 100px;
}
.box49 .title h2 {
	color: #fff;
}
.box49 .content {
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	padding: 50px 10px;
	border-radius: 12px;
}
.box49 .content ul {
	display: flex;
	justify-content: space-between;
}
.box49 .content ul li {
	width: 25%;
	position: relative;
}
.box49 .content ul li:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: #ddd solid 1px;
}
.box49 .content ul li img {
	width: 180px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box49 .content ul li h3 {
	text-align: center;
	color: #ff0000;
	font-size: 32px;
	margin-bottom: 10px;
}
.box49 .content ul li p {
	text-align: center;
	line-height: 1.8em;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
	padding-right: 30px;
}
.box50 .title {
	margin-bottom: 30px;
}
.box50 .content img {
	width: 85%;
	display: block;
	margin: 0 auto;
}
.box51 {
	background: #F9FAFF;
}
.box51 .content ul {
	display: flex;
	justify-content: space-between;
}
.box51 .content ul li.iconbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 180px;
	height: 180px;
}
.box51 .content ul li.iconbox img {
	width: 48px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box51 .content ul li.iconbox h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.box51 .content ul li.iconbox .icon {
	padding-top: 45px;
}
.box51 .content ul li.jt {
	padding-top: 60px;
}
.box51 .content ul li.jt img {
	width: 50px;
}
.box52 {
background: url(../images/shenji_img6.jpg) no-repeat center;
	background-size: cover;
}
.box52 .title2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-top: 20px;
}
.box52 .title2 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
.box52 .title2 a {
	padding: 10px 25px;
	color: #ff0000;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
	border-radius: 50px;
	transition-duration: 0.3s
}
.box52 .title2 a:hover {
	background: #ff0000;
	color: #fff;
}
.box52 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box52 .content ul li {
	border-radius: 3px;
	width: 480px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	padding: 30px;
	padding-left: 100px;
}
.box52 .content ul li img {
	float: left;
	width: 48px;
	position: absolute;
	left: 30px;
	top: 40px;
}
.box52 .content ul li h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.box52 .content ul li p {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}
.box53 ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 300px;
	position: relative;
}
.box53 ul:after {
	width: 100%;
	height: 20px;
	background: #ff0000;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box53 ul li {
	padding: 20px;
	color: #fff;
	background: #ff0000;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
}
.box53 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box53 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box53 ul li:nth-child(2n):before {
	content: "\f176";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #ff0000;
	font-size: 18px;
}
.box53 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box53 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box53 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #ff0000;
	font-size: 18px;
}
.box54 {
	background: linear-gradient(0deg, #EDEFFA, #fff);
}
.box54 ul {
	display: flex;
	justify-content: space-between;
}
.box54 ul li {
	width: 290px;
	position: relative;
}
.box54 ul li img {
	width: 100%;
	display: block;
}
.box54 ul li h3 {
	position: absolute;
	z-index: 4;
	left: 30px;
	bottom: 110px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.box54 ul li p {
	position: absolute;
	z-index: 4;
	left: 30px;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	font-weight: normal;
}
.box56 {
background: url(../images/pinggu_img3.jpg) no-repeat center;
	background-size: cover;
}
.box56 ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 260px;
	position: relative;
}
.box56 ul:after {
	width: 100%;
	height: 20px;
	background: #ff0000;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box56 ul li {
	padding: 20px;
	color: #fff;
	background: #ff0000;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
}
.box56 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box56 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box56 ul li:nth-child(2n):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #ff0000;
	font-size: 18px;
}
.box56 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box56 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box56 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #ff0000;
	font-size: 18px;
}
.box56 .content ul li:nth-child(6) {
	top: 20px;
}
.box56 .content ul li:nth-child(8) {
	top: 20px;
}
.box55 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box55 .content ul li {
	width: 280px;
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
	margin-top: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box55 .content ul li img {
	width: 48px;
	display: block;
	margin: 0 auto;
}
.box55 .content ul li h3 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	padding-top: 20px;
}
.box55 .content ul li p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box57 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box57 ul li {
	width: 400px;
	margin-bottom: 20px;
	position: relative;
}
.box57 ul li img {
	width: 100%;
	display: block;
}
.box57 ul li h3 {
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100px;
	text-align: center;
	z-index: 3;
}
.box58 {
	background: #F7F8FB;
}
.box58 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box58 ul li {
	width: 340px;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	transition-duration: 0.3s;
}
.box58 ul li h3 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.box58 ul li h3 img {
	width: 32px;
	margin-right: 10px;
	transition-duration: 0.2s;
}
.box58 ul li h3 img.icon1 {
	display: block;
}
.box58 ul li h3 img.icon2 {
	display: none;
}
.box58 ul li h3 span {
	color: #333;
	font-size: 20px;
	transition-duration: 0.2s;
}
.box58 ul li:hover {
	background: #ff0000;
}
.box58 ul li:hover h3 img.icon1 {
	display: none;
}
.box58 ul li:hover h3 img.icon2 {
	display: block;
}
.box58 ul li:hover h3 span {
	color: #fff;
	font-size: 20px;
}
.box58 ul li .swiper-container {
	height: 180px
}
.box58 ul li .swiper-container .swiper-slide {
	height: auto;
	line-height: 1.8em;
	color: #333;
	font-size: 14px;
	transition-duration: 0.3s;
}
.box58 ul li:hover .swiper-container .swiper-slide {
	color: #fff;
}
.box58 .note {
	font-size: 14px;
	padding-top: 40px;
	color: #999;
}
.box59 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box59 ul li {
	width: 295px;
	margin-bottom: 20px;
	position: relative;
}
.box59 ul li img {
	width: 100%;
	display: block;
}
.box59 ul li h3 {
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 84px;
	text-align: center;
	z-index: 3;
}
.box59 .chat {
	text-align: center;
	padding-top: 20px;
}
.box59 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box60 {
	background: #F9FAFF;
}
.box60 .content ul {
	display: flex;
	justify-content: space-between;
}
.box60 .content ul li.iconbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 200px;
	padding-bottom: 20px;
}
.box60 .content ul li.iconbox img {
	width: 48px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box60 .content ul li.iconbox h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.box60 .content ul li.iconbox p {
	text-align: center;
	color: #666;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
.box60 .content ul li.iconbox .icon {
	padding-top: 45px;
}
.box60 .content ul li.jt {
	padding-top: 100px;
}
.box60 .content ul li.jt img {
	width: 32px;
}
.box61 .content {
	height: 440px;
	position: relative;
}
.box61 .img {
	width: 40%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.box61 .img img {
	width: 100%;
	display: block;
}
.box61 .text {
	width: 58%;
	background: #F5F7FA;
	padding: 4%;
	line-height: 1.8em;
	color: #333;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 100px;
}
.box61 .chat {
	text-align: center;
	padding-top: 20px;
}
.box61 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box62 {
	padding-top: 0;
}
.box62 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box62 ul li {
	width: 230px;
	margin-bottom: 20px;
	position: relative;
}
.box62 ul li img {
	width: 100%;
	display: block;
}
.box62 ul li h3 {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 62px;
	text-align: center;
	z-index: 3;
}
.box62 .chat {
	text-align: center;
	padding-top: 20px;
}
.box62 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box63 ul {
	display: flex;
	justify-content: space-between;
}
.box63 ul li {
	width: 230px;
	background: #F7F8FA;
	padding: 30px;
	padding-bottom: 50px;
	border-bottom: #ff0000 solid 3px;
	border-radius: 4px;
}
.box63 ul li h3 {
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.box63 .content ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box65 {
background: url(../images/daiban_img3.jpg) no-repeat center;
	background-size: cover;
}
.box65 .title h2 {
	color: #fff;
}
.box65 ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 260px;
	position: relative;
}
.box65 ul:after {
	width: 100%;
	height: 20px;
	background: #fff;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box65 ul li {
	padding: 20px;
	width: 16.666%;
	color: #666;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
}
.box65 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box65 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #fff solid 6px;
}
.box65 ul li:nth-child(2n):before {
	content: "\f176";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #fff;
	font-size: 18px;
}
.box65 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box65 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #fff solid 6px;
}
.box65 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #fff;
	font-size: 18px;
}
.box65 .content ul li:nth-child(4) {
	top: -20px;
}
.box65 .content ul li:nth-child(5) {
	top: 20px;
}
.box65 ul li:hover {
	background: #ff0000;
	color: #fff;
}
.box65 ul li:hover:nth-child(2n):before {
	color: #ff0000;
}
.box65 ul li:hover:nth-child(2n-1):before {
	color: #ff0000;
}
.box65 ul li:hover:nth-child(2n):after {
	border: #ff0000 solid 6px;
}
.box65 ul li:hover:nth-child(2n-1):after {
	border: #ff0000 solid 6px;
}
.box64 {
background: url(../images/zizhi_img2.jpg) no-repeat center;
	background-size: cover;
}
.box64 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.box64 ul li {
	width: 247px;
	background: #fff;
}
.box64 ul li.img {
	position: relative;
}
.box64 ul li.img img {
	width: 100%;
	display: block;
}
.box64 ul li.img h3 {
	position: absolute;
	left: 30px;
	top: 50px;
	font-size: 18px;
	color: #fff;
	z-index: 3;
}
.box64 ul li.img a {
	position: absolute;
	left: 30px;
	top: 90px;
	padding: 8px 20px;
	background: #fff;
	color: #ff0000;
	font-size: 14px;
	display: inline-table;
	border-radius: 40px;
}
.box64 ul li.item img {
	margin-left: 30px;
	margin-top: 45px;
	width: 48px;
}
.box64 ul li.item h3 {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.box66 ul {
	display: flex;
	justify-content: space-between;
}
.box66 ul li {
	width: 295px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}
.box66 ul li .img {
	position: relative;
}
.box66 ul li .img img {
	width: 100%;
	display: block;
}
.box66 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -8px;
}
.box66 .content ul li h3 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	padding-top: 25px;
}
.box66 .content ul li p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box67 {
background: url(../images/ipo_img2.jpg) no-repeat center;
	background-size: cover;
}
.box67 .title h2 {
	color: #fff;
}
.box67 .content ul {
	display: flex;
	justify-content: space-between;
}
.box67 .content ul li.iconbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 240px;
	padding-bottom: 40px;
}
.box67 .content ul li.iconbox img {
	width: 48px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box67 .content ul li.iconbox h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.box67 .content ul li.iconbox p {
	text-align: center;
	color: #666;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
.box67 .content ul li.iconbox .icon {
	padding-top: 45px;
}
.box67 .content ul li.jt {
	padding-top: 90px;
}
.box67 .content ul li.jt img {
	width: 32px;
}
.box68 {
	background: #F8F8FA;
}
.box68 .content {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
.box68 .content .img {
	width: 38%;
}
.box68 .content .img img {
	width: 100%;
	display: block;
}
.box68 .content .text {
	width: 48%;
}
.box68 .content .text h3 {
	font-size: 24px;
	padding-top: 80px;
}
.box68 .content .text span {
	display: block;
	width: 30px;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ff0000;
}
.box68 .content .text p {
	line-height: 1.8em;
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}
.box68 .content:nth-child(2) {
	flex-direction: row-reverse;
}
.box68 .content:nth-child(4) {
	flex-direction: row-reverse;
}
.box69 ul {
	display: flex;
	justify-content: space-between;
}
.box69 ul li {
	width: 25%;
	position: relative;
}
.box69 ul li img {
	width: 100%;
	display: block;
}
.box69 ul li h3 {
	position: absolute;
	left: 30px;
	top: 50px;
	color: #fff;
	font-size: 24px;
}
.box69 ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	position: absolute;
	left: 30px;
	top: 90px;
	right: 30px;
}
.box70 {
	background: #F8F8FA;
}
.box70 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box70 .content ul li {
	width: 290px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.box70 .content ul li img {
	width: 48px;
	margin-bottom: 20px;
}
.box70 .content ul li h3 {
	font-size: 18px;
	color: #333;
}
.box70 .content ul li span {
	position: absolute;
	right: -14px;
	top: -14px;
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 40px;
	text-align: left;
}
.box70 .chat {
	text-align: center;
	padding-top: 20px;
}
.box70 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box71 {
background: url(../images/guquan_img2.jpg) no-repeat center;
	background-size: cover;
}
.box71 .content img {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.box72 {
	background: #F5F9FF;
}
.box72 ul {
	display: flex;
	justify-content: space-between;
}
.box72 ul li {
	width: 295px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}
.box72 ul li .img {
	position: relative;
}
.box72 ul li .img img {
	width: 100%;
	display: block;
}
.box72 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -8px;
}
.box72 .content ul li h3 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	padding-top: 25px;
}
.box72 .content ul li p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box73 ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 220px;
	position: relative;
}
.box73 ul:after {
	width: 100%;
	height: 20px;
	background: #ff0000;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box73 ul li {
	padding: 20px;
	color: #fff;
	background: #ff0000;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
}
.box73 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box73 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box73 ul li:nth-child(2n):before {
	content: "\f176";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #ff0000;
	font-size: 18px;
}
.box73 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box73 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box73 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #ff0000;
	font-size: 18px;
}
.backlist {
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-bottom: #ececec solid 1px;
}
.backlist a {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.backlist a i {
	transition-duration: 0.3s
}
.backlist a:hover {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}
.backlist a:hover i {
	transform: translateX(-4px);
}
.onlineservice {
	position: fixed;
	right: 20px;
	top: 30%;
	width: 68px;
	z-index: 999;
}
.onlineservice ul li {
	border: #ececec solid 1px;
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	transition-duration: 0.3s;
	position: relative;
}
.onlineservice ul li:hover {
	background: #f9f9f9;
	transform: translateY(-1px);
	transform: scale(1.1);
}
.onlineservice ul li:hover a img.icon {
	-webkit-animation: tada 1s infinite linear;
	-moz-animation: tada 1s infinite linear;
}
.onlineservice ul li span img.icon {
	width: 28px;
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
}
.onlineservice ul li span {
	color: #666;
}
.onlineservice ul li span p {
	font-size: 12px;
	text-align: center;
}
.onlineservice ul li.phone .content {
	display: none;
	position: absolute;
	left: -220px;
	top: 13px;
	width: 130px;
	height: 40px;
	line-height: 1.3em;
	padding-left: 20px;
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.onlineservice ul li.phone .content:after {
	content: "";
	position: absolute;
	top: 14px;
	right: -5px;
	border: 6px solid transparent;
	border-right-width: 0;
	border-left-color: #fff;
}
.onlineservice ul li.phone:hover .content {
	display: block;
	left: -180px;
}
.onlineservice ul li.phone h5 {
	font-size: 13px;
}
.onlineservice ul li.qiyewechat .content img {
	width: 120px;
}
.onlineservice ul li.qiyewechat .content {
	display: none;
	position: absolute;
	left: -190px;
	top: 13px;
	width: 120px;
	height: 140px;
	line-height: 40px;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.onlineservice ul li.qiyewechat .content:after {
	content: "";
	position: absolute;
	top: 14px;
	right: -5px;
	border: 6px solid transparent;
	border-right-width: 0;
	border-left-color: #fff;
}
.onlineservice ul li.qiyewechat:hover .content {
	display: block;
	left: -160px;
}
.onlineservice ul li.qiyewechat .content .name {
	text-align: center;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 1.6em;
}
.onlineservice ul li.qiyewechat .content .name span {
	display: block;
}
.onlineservice ul li.wechat .content img {
	width: 120px;
}
.onlineservice ul li.wechat .content dl {
	display: flex;
	justify-content: space-between;
}
.onlineservice ul li.wechat .content dd img {
	width: 120px;
}
.onlineservice ul li.wechat .content dd .name {
	text-align: center;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 1.6em;
}
.onlineservice ul li.wechat .content dd .name span {
	display: block;
}
.onlineservice ul li.wechat .content {
	display: none;
	position: absolute;
	left: -310px;
	top: 13px;
	width: 240px;
	height: 160px;
	line-height: 40px;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.onlineservice ul li.wechat .content:after {
	content: "";
	position: absolute;
	top: 14px;
	right: -5px;
	border: 6px solid transparent;
	border-right-width: 0;
	border-left-color: #fff;
}
.onlineservice ul li.wechat:hover .content {
	display: block;
	left: -280px;
}
 @-moz-keyframes tada {
 0% {
 -moz-transform: scale(1);
}
 5%, 10% {
 -moz-transform: scale(0.85) rotate(-1deg);
}
 15%, 25%, 35% {
 -moz-transform: scale(1.05) rotate(1deg);
}
 20%, 30% {
 -moz-transform: scale(1.15) rotate(-1deg);
}
 40%, 50%, 60%, 70%, 80%, 90%, 100% {
 -moz-transform: scale(1) rotate(0);
}
}
 @-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
}
 5%, 10% {
 -webkit-transform: scale(0.85) rotate(-1deg);
}
 15%, 25%, 35% {
 -webkit-transform: scale(1.05) rotate(1deg);
}
 20%, 30% {
 -webkit-transform: scale(1.15) rotate(-1deg);
}
 40%, 50%, 60%, 70%, 80%, 90%, 100% {
 -webkit-transform: scale(1) rotate(0);
}
}
.hidden {
	display: none;
}
#containera {
	width: 657px;
	height: 435px;
}
#containerb {
	width: 657px;
	height: 435px;
}
#containerc {
	width: 657px;
	height: 435px;
}
#containerd {
	width: 657px;
	height: 435px;
}
#containere {
	width: 657px;
	height: 435px;
}
#containerf {
	width: 657px;
	height: 435px;
}
.amap-zoom-touch-plus > div, .amap-zoom-touch-minus > div {
	margin: auto;
	font-size: 20px;
	line-height: 30px;
	font-family: verdana;
	text-align: center;
	color: #666;
	height: auto;
	cursor: pointer;
}
.amap-touch-toolbar .amap-zoomcontrol {
	position: absolute;
	right: 4px;
	bottom: -96px;
	z-index: 500;
	width: 30px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 10px 0 #ccc;
}
.amap-zoom-touch-plus, .amap-zoom-touch-minus {
	height: 30px;
}
.amap-touch-toolbar .amap-zoomcontrol:after {
	display: none;
}
.amap-zoom-touch-plus {
	margin-bottom: 0px;
}




/*大屏幕*/
@media screen and (max-width: 1920px) {
}
/*中屏幕*/
@media screen and (max-width: 1440px) {
}
/*平板*/
@media screen and (max-width: 768px) {
.index_banner {
	height: 220px;
}
.box {
	padding-top: 40px;
	padding-bottom: 40px;
}
.box .title {
	padding-bottom: 30px;
}
.box .title h2 {
	font-size: 24px;
	color: #111;
	font-weight: bold;
	text-align: center;
}
.box .title p {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}
.index_banner .swiper-slide img {
	height: 100%;
	width: auto;
	object-fit: initial;
}
.index_pro .content .swiperTab {
	display: flex;
	justify-content: space-between;
}
.index_pro .content .swiperTab li {
	width: 33.33%;
	height: 55px;
	border-top: #F6F6F7 solid 2px;
	line-height: 55px;
	text-align: center;
	background: #F6F6F7;
}
.index_pro .content .swiperTab li.active {
	background: #fff;
	border-top: #ff0000 solid 2px;
	color: #ff0000;
}
.index_pro .content .swiper-slide {
	display: initial;
	justify-content: space-between;
}
.index_pro .content .swiper-slide .text {
	padding: 20px;
	width: auto;
}
.index_pro .content .swiper-slide .img {
	padding: 20px;
	width: auto;
}
.index_pro .content .swiper-slide .img img {
	width: 100%;
}
.index_pro .content .swiper-slide .text h3 span {
	display: inline-table;
	margin-left: 0px;
}
.index_partner .content {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.index_partner .content:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;
	background: linear-gradient(to left, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%);
	z-index: 222;
}
.index_partner .content:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;
	background: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255,255,255,1) 100%);
	z-index: 222;
}
.index_partner .content .line_odd {
	width: 1988px;
	-webkit-animation: scrollToRight 36s linear infinite;
	animation: scrollToRight 36s linear infinite;
}
.index_partner .content .line_odd .logo_img {
	width: 50%;
	float: left;
}
.index_partner .content .line_even {
	width: 1988px;
	-webkit-animation: scrollToRight 30s linear infinite;
	animation: scrollToRight 30s linear infinite;
}
.index_partner .content .line_even .logo_img {
	width: 50%;
	float: left;
}
@-webkit-keyframes scrollToRight {
 from {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
to {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
}
@keyframes scrollToRight {
 from {
 -webkit-transform: translate3d(-50%, 0, 0);
 transform: translate3d(-50%, 0, 0);
}
to {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
}
@keyframes scrollToRight {
 from {
 -webkit-transform: translate3d(-50%, 0, 0);
}
to {
	-webkit-transform: translate3d(0%, 0, 0);
}
}
.index_service {
	padding-top: 0;
}
.index_service .content ul {
	display: initial;
	justify-content: space-between;
	margin: 0 auto;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.index_service .content ul li {
	width: 100%;
	background: #f6f8fa;
	transition-duration: 0.3s;
	height: 450px;
	position: relative;
	;
	margin-bottom: 20px;
}
.index_service .content ul li .number {
	width: 40px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #fff;
	left: 40px;
	position: absolute;
	top: 30px;
	opacity: 0;
	transition-duration: 0.3s;
}
.index_service .content ul li .icon {
	position: absolute;
	width: 40px;
	top: 140px;
	left: 50%;
	margin-left: -20px;
	opacity: 1;
	transition-duration: 0.3s;
}
.index_service .content ul li .icon img {
	width: 40px;
	margin-bottom: 30px;
}
.index_service .content ul li {
	background: #071e34;
	width: 100%;
}
.index_service .content ul li .number {
	opacity: 1;
	top: 50px;
}
.index_service .content ul li .icon {
	opacity: 0;
}
.index_service .content ul li h3 {
	opacity: 0;
}
.index_service .content ul li h4 {
	margin-bottom: 10px;
	position: absolute;
	transition-duration: 0.3s;
	left: 40px;
	right: 40px;
	top: 100px;
	text-align: left;
	z-index: 44;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	transition-duration: 0.3s
}
.index_service .content ul li p {
	opacity: 1;
	color: #fff;
	top: 160px;
}
.index_service .content ul li a {
	opacity: 1;
	bottom: 50px;
}
.index_service .content ul li:hover {
	width: 100%;
}
.index_service .content ul li .bg {
	opacity: 0.2;
}
.index_advantage {
background: url(../images/index_img17.jpg) no-repeat center top;
	background-size: cover;
}
.index_advantage .title h2 {
	color: #fff;
	text-align: left;
}
.index_advantage .title p {
	color: #fff;
	text-align: left;
}
.index_advantage .content ul {
	display: flex;
	justify-content: space-between;
}
.index_advantage .content ul li {
	width: 25%;
	margin-bottom: 10px;
}
.index_advantage .content ul li h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.index_advantage .content ul li .number {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.index_advantage .content ul li .number span {
	font-size: 12px;
	position: relative;
	top: -4px;
	font-weight: normal;
	left: 4px;
}
.index_advantage .content ul li p {
	font-size: 12px;
	color: #fff;
	opacity: 0.8;
	padding-right: 10%;
	line-height: 1.8em;
}
.index_news {
	background: #F4F8FC;
}
.index_news .content {
	display: initial;
	justify-content: space-between;
}
.index_news .content .big {
	width: 100%;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
}
.index_news .content .big .item {
	padding: 20px;
}
.index_news .content .big .item img {
	width: 100%;
	display: block;
	margin-bottom: 24px;
}
.index_news .content .big .item h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.index_news .content .big .item h2 a {
	color: #333;
}
.index_news .content .big .item h2 span {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	float: right;
}
.index_news .content .big .item p {
	font-size: 14px;
	color: #888;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
.index_news .content .big .item .more a {
	color: #ff0000;
	font-size: 14px;
}
.index_news .content .small {
	width: 100%;
}
.index_news .content .small ul li {
	padding: 28px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	background: #fff;
	margin-bottom: 20px;
}
.index_news .content .small ul li h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.index_news .content .small ul li h2 a {
	color: #333;
}
.index_news .content .small ul li h2 span {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	float: right;
}
.index_news .content .small ul li p {
	font-size: 14px;
	color: #888;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
.index_news .content .small ul li .more a {
	color: #ff0000;
	font-size: 14px;
}
.index_news .content .small ul li:last-child {
	margin-bottom: 0;
}
.index_chat {
background: url(../images/index_img15.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.index_chat .content h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
.index_chat .content p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.index_chat .content a {
	margin: 0 auto;
	padding: 12px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
	cursor: pointer;
}
/*橙色：ff0000*/


.detailbanner {
	height: 120px;
	margin-top: 60px;
}
.detailbanner h2 {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 45px;
}
.detailbanner .pagewidth {
	position: relative;
}
.detailbanner span {
	font-size: 24px;
	color: #fff;
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	left: 0%;
	position: absolute;
	top: 85px;
}
.box1 .content ul {
	display: initial;
	justify-content: space-between;
}
.box1 .content ul li {
	width: auto;
	background: #f6f8fa;
	padding: 30px;
	margin-bottom: 20px;
	padding-top: 40px;
}
.box1 .content ul li img {
	width: 40px;
	margin-bottom: 30px;
}
.box1 .content ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.box1 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
}
.box1 .chat {
	padding-top: 20px;
	text-align: center;
}
.box1 .chat a {
	margin: 0 auto;
	padding: 15px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box2 {
background: url(../images/list_img3.jpg) no-repeat center;
	background-size: cover;
}
.box2 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2 .content ul li {
	width: 33.33%;
	background: #f6f8fa;
	padding: 30px;
}
.box2 .content ul li img {
	width: 72px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.box2 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.box2 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box2 .chat {
	padding-top: 40px;
	text-align: center;
}
.box2 .chat a {
	margin: 0 auto;
	padding: 15px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box3 {
background: url(../images/index_img17.jpg) no-repeat center top;
	background-size: contain;
}
.box3 .title h2 {
	color: #fff;
}
.box3 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box3 .content ul {
	display: initial;
	justify-content: space-between;
}
.box3 .content ul li {
	width: auto;
	padding: 20px;
}
.box3 .content ul li img {
	width: 180px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.box3 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.box3 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box4 {
	padding-bottom: 0;
}
.box4 .content {
	display: initial;
	justify-content: space-between;
}
.box4 .content .right {
	width: auto;
}
.box4 .content .right img {
	width: 100%;
}
.box4 .content .left {
	width: auto;
}
.box4 .content ul li {
	padding: 32px 30px;
	border-left: solid 3px #fff;
}
.box4 .content ul li:hover {
	border-left: solid 3px #ff0000;
	background: #fff8f3;
}
.box4 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
}
.box4 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: left;
}
.box5 {
	padding-bottom: 0;
	margin-bottom: 30px;
}
.box5 .content {
	display: initial;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.box5 .content:after {
	position: absolute;
	content: "";
	top: 50px;
	z-index: -1;
	background: #e47e39;
	width: 1600px;
	left: 45%;
	height: 520px;
	display: none;
}
.box5 .pagewidth {
	width: auto;
}
.box5 .content .left {
	width: auto;
	height: auto;
}
.box5 .content .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box5 .content .right {
	width: auto;
	color: #fff;
	padding: 20px;
	position: relative;
	background: #e47e39;
}
.box5 .content .right h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	position: relative;
	z-index: 3;
}
.box5 .content .right p strong {
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	opacity: 1;
	position: relative;
	z-index: 3;
}
.box5 .content .right p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.8em;
	opacity: 0.8;
	position: relative;
	z-index: 3;
}
.box5 .content .right:before {
	position: absolute;
	content: "”";
	font-family: Arial;
	top: -40px;
	z-index: 1;
	font-size: 620px;
	color: #e89054;
	left: 0px;
}
.box6 {
background: url(../images/list_img3.jpg) no-repeat center;
	background-size: cover;
}
.box6 .content img {
	width: 100%;
}
.box7 .content img {
	width: 100%;
}
.box8 {
background: url(../images/list_img1.jpg) no-repeat center;
	background-size: cover;
}
.box8 .swiperTab {
	display: flex;
	justify-content: space-between;
	border-bottom: #ccc solid 1px;
	margin-bottom: 30px;
}
.box8 .swiperTab li {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	cursor: pointer;
	padding-right: 0px;
	font-size: 14px;
	color: #666;
	height: 32px;
}
.box8 .swiperTab li.active {
	position: relative;
	color: #ff0000;
	font-weight: bold;
}
.box8 .swiperTab li.active:after {
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #ff0000;
	content: "";
}
.box8 .swiper-slide {
	display: initial;
	justify-content: space-between;
}
.box8 .swiper-slide .left {
	width: 100%;
	background: #ff0000;
	padding: 30px;
	margin-bottom: 20px;
}
.box8 .swiper-slide .left h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.box8 .swiper-slide .left ul li {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
}
.box8 .swiper-slide .list {
	width: 100%;
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box8 .swiper-slide .list .item {
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.box8 .swiper-slide .list .item h3 {
background: url(../images/list_img4.jpg) no-repeat center;
	background-size: cover;
	height: 80px;
	color: #fff;
	line-height: 80px;
	padding-left: 20px;
}
.box8 .swiper-slide .list .item .html {
	padding: 20px;
	line-height: 1.8em;
	font-size: 14px;
	color: #666;
}
.box8 .swiper-slide .list .item .html p {
}
.box8 .chat {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.box8 .chat a {
	padding: 10px 20px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box9 ul {
	display: initial;
	justify-content: initial;
}
.box9 .content ul li {
	width: auto;
}
.box9 .content ul li .icon {
	border-radius: 200px;
	height: 32px;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 80px;
	border: #ff0000 solid 1px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box9 .content ul li .icon img {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box9 .content ul li h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	color: #ff0000;
}
.box9 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center
}
.box9 .content ul li.jt img {
	width: 24px;
	display: block;
	margin: 0 auto;
}
.box9 .content ul li.jt {
	width: 24px;
	position: relative;
	left: 12px;
	padding-top: 30px;
	transform: rotate(90deg);
	margin: 0 auto;
}
.box10 {
	background: #F8F9FB;
}
.box10 .pagewidth .content {
	position: relative;
}
.box10 .swiper-button-prev {
	display: none;
	margin-left: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.box10 .swiper-button-prev:after {
	font-family: "remixicon";
	content: "\ea60";
}
.box10 .swiper-button-next {
	display: none;
	margin-right: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.box10 .swiper-button-next:after {
	font-family: "remixicon";
	content: "\ea6c";
}
.box10 .swiper-slide .slidebox {
	border-radius: 6px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: #ececec solid 1px;
}
.box10 .swiper-slide .slidebox .tan {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	transition-duration: 0.3s;
	height: 100%;
}
.box10 .swiper-slide .slidebox:hover .tan {
	opacity: 1;
	bottom: 0px;
}
.box10 .swiper-slide .slidebox .tan:hover {
	bottom: -100%;
}
.box10 .swiper-slide .photo img {
	width: 100%;
	display: block;
}
.box10 .swiper-slide .name {
	text-align: center;
	font-size: 20px;
	color: #111;
	padding-top: 20px;
	margin-bottom: 10px;
}
.box10 .swiper-slide .post {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	height: auto
}
.box10 .swiper-slide .introduction {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	padding-left: 30px;
	padding-right: 30px;
}
.box10 .swiper-slide .tanphoto {
	border: #ececec solid 1px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 30px;
}
.box10 .swiper-slide .tanphoto img {
	width: 100%;
	display: block;
}
.box10 .swiper-slide .tanname {
	text-align: center;
	font-size: 20px;
	color: #111;
	padding-top: 20px;
	margin-bottom: 10px;
}
.box10 .swiper-slide .tanpost {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.box10 .swiper-slide .tanintroduction {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}
.box11 {
	padding-bottom: 0;
}
.box11 .content {
	display: initial;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.box11 .content:after {
	position: absolute;
	content: "";
	top: 50px;
	z-index: -1;
	background: #e47e39;
	width: 1600px;
	left: 45%;
	height: 620px;
	display: none;
}
.box11 .pagewidth {
	width: 100%;
	margin: 0;
}
.box11 .content .left {
	width: 100%;
	height: auto;
}
.box11 .content .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box11 .content .right {
	width: 100%;
	color: #fff;
	padding-left: 0px;
	position: relative;
	background: #e47e39;
	padding-bottom: 30px;
}
.box11 .content .right h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 3;
}
.box11 .content .right p strong {
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	opacity: 1;
	position: relative;
	z-index: 3;
}
.box11 .content .right p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.8em;
	opacity: 0.8;
	position: relative;
	z-index: 3;
	padding-left: 20px;
	padding-right: 20px;
}
.box11 .content .right:before {
	position: absolute;
	content: "”";
	font-family: Arial;
	top: -40px;
	z-index: 1;
	font-size: 620px;
	color: #e89054;
	left: 0px;
}
.box12 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box12 .title p {
	text-align: center;
	line-height: 1.8em;
	color: #888;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
}
.box12 .content img {
	width: 100%;
}
.box13 {
background: url(../images/list_img1.jpg) no-repeat center;
	background-size: cover;
}
.box13 .pagewidth {
	position: relative;
}
.box13 img.line {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
.box13 .content {
	display: initial;
	justify-content: space-between;
	padding-top: 0px;
}
.box13 .content .item {
	width: auto;
background:;
	margin-bottom: 20px;
}
.box13 .content .item h3 {
	background: #ff0000;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top-right-radius: 16px;
	width: auto;
	color: #fff;
}
.box13 .content .item .itemcontent {
	height: auto;
	border-left: none;
	background: #fff;
	padding-top: 20px;
	line-height: 2em;
	font-size: 16px;
	color: #111;
	padding-left: 20px;
	padding-bottom: 20px;
}
.box13 .content .item:nth-child(2n) h3 {
	background: #ffa21e;
}
.box13 .content .item:nth-child(1) {
	position: initial;
}
.box13 .content .item:nth-child(2) {
	position: initial;
	top: -30px;
}
.box13 .content .item:nth-child(3) {
	position: initial;
	top: -60px;
}
.box13 .content .item:nth-child(4) {
	position: initial;
	top: -90px;
}
.box13 .content .item:nth-child(2) .itemcontent {
	height: auto;
}
.box13 .content .item:nth-child(3) .itemcontent {
	height: auto;
}
.box13 .content .item:nth-child(4) .itemcontent {
	height: auto;
}
.box14 .scroll {
	overflow-x: auto;
	padding-bottom: 15px;
}
.box14 .content {
	display: flex;
	justify-content: space-between;
	background: #f7f8fb;
	border-radius: 20px;
	width: 1200px;
}
.box14 .content .item {
	padding-bottom: 30px;
	transition-duration: 0.3s;
}
.box14 .content .item:nth-child(1) {
	width: 250px;
}
.box14 .content .item:nth-child(1):hover {
	width: 250px;
}
.box14 .content .item:nth-child(2) {
	width: 530px;
	border-radius: 20px;
	background: linear-gradient(0deg, #f0701a, #f0985d);
}
.box14 .content .item:nth-child(2):hover {
	width: 530px;
}
.box14 .content .item:nth-child(3) {
	width: 420px;
}
.box14 .content .item:nth-child(4):hover {
	width: 420px;
}
.box14 .content .item h3 {
	text-align: center;
	padding: 30px;
	text-align: center;
	padding-bottom: 20px;
}
.box14 .content .item ul {
	padding-left: 30px;
	padding-right: 30px;
}
.box14 .content .item ul li {
	background: #fefefe;
	margin-bottom: 10px;
	border-radius: 6px;
	height: 50px;
	line-height: 50px;
	padding-left: 12px;
	color: #888;
	font-size: 14px;
}
.box14 .content .item:nth-child(2) h3 {
	color: #fff;
}
.box14 .content .item:nth-child(2) ul li {
	background: #f3a069;
	color: #fff;
	position: relative;
}
.box14 .content .item:nth-child(2) ul li:after {
	font-family: 'remixicon';
	content: "\eb80";
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 0px;
}
.box14 .content .item:nth-child(3) ul li {
	position: relative;
}
.box14 .content .item:nth-child(3) ul li:after {
	font-family: 'remixicon';
	content: "\eb96";
	font-size: 18px;
	color: #ccc;
	position: absolute;
	right: 15px;
	top: 0px;
}
.box15 {
background: url(../images/list_img2.jpg) no-repeat center;
	background-size: cover;
}
.box15 ul {
	display: initial;
	justify-content: space-between;
}
.box15 .content ul li {
	width: auto;
}
.box15 .content ul li .icon {
	border-radius: 200px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box15 .content ul li .icon img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box15 .content ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	color: #111;
}
.box15 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center
}
.box15 .content ul li.jt img {
	width: 24px;
	display: block;
	margin: 0 auto;
}
.box15 .content ul li.jt {
	width: 24px;
	padding-top: 30px;
	position: relative;
	left: 12px;
	transform: rotate(90deg);
	margin: 0 auto;
}
.box16 {
	background: linear-gradient(0deg, #f2f6ff, #fff);
}
.box16 .content {
	display: initial;
	justify-content: space-between;
}
.box16 .content .center {
	width: 32%;
	position: relative;
	display: none;
}
.box16 .content .center h3 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 220px;
	z-index: 33;
	left: 0px;
	right: 0px;
}
.box16 .content .center img {
	width: 100%;
	position: absolute;
	top: 0px;
}
.box16 .content .left {
	width: 100%;
	padding-top: 0px;
}
.box16 .content .left ul li {
	height: auto;
	position: relative;
	padding-right: 0px;
	padding-left: 70px;
	margin-bottom: 30px;
}
.box16 .content .left ul li img {
	position: absolute;
	right: auto;
	left: 0;
	top: 0px;
	width: 56px;
}
.box16 .content .left ul li h3 {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
	color: #111;
	padding-top: 0px;
}
.box16 .content .left ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: left
}
.box16 .content .left ul li:nth-child(1) {
	right: 0px;
}
.box16 .content .left ul li:nth-child(2) {
	right: 0px;
}
.box16 .content .left ul li:nth-child(3) {
	right: 0px;
}
.box16 .content .right {
	width: 100%;
	padding-top: 0px;
}
.box16 .content .right ul li {
	height: auto;
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
}
.box16 .content .right ul li img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 56px;
}
.box16 .content .right ul li h3 {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
	color: #111;
	padding-top: 7px;
}
.box16 .content .right ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: left
}
.box16 .content .right ul li:nth-child(1) {
	left: 0px;
}
.box16 .content .right ul li:nth-child(2) {
	left: 0px;
}
.box16 .content .right ul li:nth-child(3) {
	left: 0px;
}
.box17 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box17 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box17 .content ul {
	display: initial;
	justify-content: space-between;
}
.box17 .content ul li {
	padding: 20px;
	border-right: none;
	width: auto;
}
.box17 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box17 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.box17 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box17 .content ul li:last-child {
	border-right: none;
}
.box18 {
	background: #f7f8fb;
}
.box18 .content ul {
	display: initial;
	justify-content: space-between;
}
.box18 .content ul li {
	width: auto;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.box18 .content ul li img {
	width: 56px;
}
.box18 .content ul li h3 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.box18 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box18 .content dl dd img {
	height: 20px;
	width: 20px;
	position: relative;
	top: -1px;
	left: -4px;
}
.box18 .content dl dd {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}
.box19 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.box19 .content ul li {
	width: 50%;
	text-align: center;
	margin-bottom: 30px;
}
.box19 .content ul li img {
	width: 100px;
	margin-bottom: 20px;
}
.box19 .content ul li h3 {
	font-weight: normal;
}
.box19 .chat {
	padding-top: 0px;
	text-align: center;
}
.box19 .chat a {
	margin: 0 auto;
	padding: 15px 35px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box20 {
	background: #f7f8fb;
}
.box20 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.box20 .content ul li {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.box20 .content ul li img {
	width: 100%;
}
.box20 .content ul li h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 70px;
	z-index: 3;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.box20 .content ul li span {
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: 110px;
}
.box20 .content ul li p {
	display: block;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 130px;
	left: 60px;
	right: 60px;
	line-height: 1.8em;
	font-size: 14px;
}
.crumbs {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #666;
}
.crumbs a {
	color: #666;
}
.crumbs span {
	color: #ff0000;
}
.crumbs i {
	margin-left: 5px;
	margin-right: 5px;
}
.submenu .pagewidth {
	background: #f9f9f9;
	border-bottom: #ececec solid 1px;
	margin-bottom: 20px;
}
.submenu .pagewidth ul {
	display: flex;
	justify-content: center;
}
.submenu .pagewidth ul li {
	margin-left: 0px;
	margin-right: 0px;
}
.submenu .pagewidth ul li a {
	color: #666;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	display: block;
}
.submenu .pagewidth ul li a.active {
	position: relative;
	color: #ff0000;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	display: block;
}
.submenu .pagewidth ul li a.active:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #ff0000;
}
.list_news .nodata {
	text-align: center;
	padding-top: 140px;
	padding-bottom: 100px;
}
.list_news .nodata img {
	width: 64px;
	margin: 0 auto;
}
.list_news .nodata p {
	font-size: 14px;
	color: #888;
	padding-top: 20px;
}
.list_news ul li {
	display: initial;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: #ececec solid 1px;
}
.list_news ul li .img {
	width: auto;
	margin-bottom: 20px;
}
.list_news ul li .img img {
	width: 100%;
	display: block;
}
.list_news ul li .info {
	width: auto;
	position: initial;
	padding-bottom: 30px;
}
.list_news ul li .info .title {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.list_news ul li .info .title a {
	color: #111;
}
.list_news ul li .info .description {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.8em;
	color: #888;
}
.list_news ul li .info .time {
	position: initial;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #888;
}
.list_news ul li .info .url {
	position: initial;
	right: 0;
	bottom: 0;
	font-size: 14px;
	display: none;
}
.list_news ul li .info .url a {
	color: #ff0000;
}
.show_news {
	background: #f6f6f6;
	padding-top: 10px;
	padding-bottom: 50px;
}
.show_news .content {
	background: #fff;
	border-radius: 3px;
	padding: 50px 20px;
}
.show_news .content .title {
	border-bottom: #ddd solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.show_news .content .title h1 {
	text-align: center;
	font-size: 24px;
	color: #111;
	margin-bottom: 20px
}
.show_news .content .title p {
	text-align: center;
	font-size: 14px;
	color: #888;
}
.show_news .content .html {
	font-size: 16px;
	line-height: 2em;
	color: #333;
	margin-bottom: 30px;
}
.show_news .content .other {
	display: initial;
	justify-content: space-between;
	line-height: 1.5em;
	height: auto;
	border-top: #dddddd solid 1px;
	border-bottom: #ddd solid 1px;
}
.show_news .content .other .left {
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
}
.show_news .content .other .left a {
	color: #ff0000;
}
.show_news .content .other .right {
	text-align: left;
	width: 100%;
}
.show_news .content .other .right a {
	font-size: 14px;
	color: #ff0000;
}
.show_news .content .other i {
	position: relative;
	top: 2px;
}
.about_box_a {
	padding-top: 20px;
	padding-bottom: 40px;
}
.about_box_a .pagewidth {
	display: initial;
	justify-content: space-between;
}
.about_box_a .left {
	padding-right: 0px;
	padding: 20px;
}
.about_box_a .left .title {
	padding-bottom: 30px;
}
.about_box_a .left .title h2 {
	font-size: 24px;
	color: #111;
	font-weight: bold;
	text-align: left;
}
.about_box_a .left .content p {
	font-size: 16px;
	color: #888;
	line-height: 2em;
	margin-bottom: 20px;
	text-indent: 2em;
	text-align: justify;
}
.about_box_a .right {
	padding: 20px;
}
.about_box_a .right img {
	width: 100%;
	height: auto;
}
.about_box_b {
	background: #f6f8fa;
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_box_b .title {
	padding-bottom: 20px;
}
.about_box_b .title h2 {
	font-size: 24px;
	color: #111;
	font-weight: bold;
	text-align: left;
}
.about_box_b .pagewidth .content {
	position: relative;
}
.about_box_b .swiper-button-prev {
	margin-left: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.about_box_b .swiper-button-prev:after {
	font-family: "remixicon";
	content: "\ea60";
}
.about_box_b .swiper-button-next {
	margin-right: -80px;
	background: #c7cbce;
	width: 60px;
	height: 48px;
	border-radius: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
}
.about_box_b .swiper-button-next:after {
	font-family: "remixicon";
	content: "\ea6c";
}
.about_box_b .slidebox {
	border-radius: 6px;
	background: #fff;
	padding: 40px;
}
.about_box_b .slidebox h3 {
	font-size: 32px;
	color: #ff0000;
	margin-bottom: 20px;
	padding-top: 0px;
}
.about_box_b .slidebox p {
	line-height: 1.8em;
	color: #333;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}
.about_box_b .slidebox:hover {
	border-radius: 6px;
	background: #ff0000;
	padding: 40px;
	transition-duration: 0.2s;
}
.about_box_b .slidebox:hover h3 {
	color: #fff;
	transition-duration: 0.2s;
}
.about_box_b .slidebox:hover p {
	color: #fff;
	transition-duration: 0.2s;
}
.about_box_b .swiper-container {
	padding-bottom: 50px;
}
.about_box_b .swiper-scrollbar {
	bottom: 0%!important;
}
.about_box_b .swiper-container-horizontal>.swiper-scrollbar {
	height: 2px;
}
.about_box_b .swiper-scrollbar-drag {
	background: #ff0000;
}
.about_box_c {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.about_box_c ul {
	display: flex;
	justify-content: space-between;
}
.about_box_c ul li:nth-child(1) {
	background: #fefcf8;
	width: 33.33%;
}
.about_box_c ul li:nth-child(2) {
	background: #ffffff;
	width: 33.33%;
	position: relative;
	z-index: 33;
	border-radius: 12px;
	transform: scale(1.05);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.about_box_c ul li:nth-child(3) {
	background: #f9fbfe;
	width: 33.33%;
}
.about_box_c ul li {
	padding-top: 20px;
	padding-bottom: 20px;
}
.about_box_c ul li .icon {
	width: 60px;
	margin: 0 auto;
}
.about_box_c ul li .icon img {
	width: 60px;
}
.about_box_c ul li h3 {
	text-align: center;
	font-size: 18px;
	color: #111;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 15px;
}
.about_box_c ul li p {
	line-height: 1.8em;
	color: #888;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
	padding-right: 10%;
	padding-left: 10%;
}
.about_box_d {
	background: #f6f8fa;
	padding-top: 80px;
	padding-bottom: 80px;
}
.about_box_d .title {
	padding-bottom: 40px;
}
.about_box_d .title h2 {
	font-size: 24px;
	color: #111;
	font-weight: normal;
	text-align: center;
}
.about_box_d .content {
	display: initial;
	justify-content: space-between;
}
.about_box_d .content .scrollUl {
	width: 100%;
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap
}
.about_box_d .content .scrollUl li {
	width: 100%;
	height: auto;
	border: #ddd solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #fff;
	transition-duration: 0.3s;
}
.about_box_d .content .scrollUl li.active {
background:url(../images/about_img4.jpg) no-repeat #ff0000;
	background-size: cover;
}
.about_box_d .content .scrollUl li h3 {
	padding-left: 10px;
	padding-top: 15px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
}
.about_box_d .content .scrollUl li p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	color: #888;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.6em;
	font-weight: normal;
}
.about_box_d .content .scrolldoorFrame {
	width: 100%;
}
.about_box_d .content .scrollUl li.active h3 {
	color: #fff;
}
.about_box_d .content .scrollUl li.active p {
	color: #fff;
}
.list_join {
	padding-top: 40px;
	padding-bottom: 50px;
}
.list_join ol {
	display: flex;
	justify-content: space-between;
	background: #f9f9f9;
	padding: 20px 30px;
	margin-bottom: 20px;
	display: none;
}
.subcontent {
	display: none;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}
.accordion li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.accordion .head {
	cursor: pointer;
	display: block;
	color: #333333;
	position: relative;
	display: flex;
	justify-content: space-between;
	line-height: 24px;
}
.accordion .head strong {
	width: 70%;
	font-size: 16px;
}
.accordion .head span {
	width: 20%;
	font-size: 14px;
	display: none;
}
.accordion li:last-child .head {
	border-bottom: 0;
}
.accordion li i {
	font-size: 18px;
	color: #ff0000;
	background: #fff4ec;
	border-radius: 24px;
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li.open {
	background: #fff;
}
.accordion li.open .head {
	color: #ff0000;
}
.accordion li.open i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.subcontent .bt {
	border-top: #ececec solid 1px;
	padding-top: 20px;
}
.subcontent .bt a {
	margin: 0 auto;
	padding: 8px 60px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
}
.box21 {
	background: #EFF2F5;
}
.box21 .pagewidth {
	margin-left: 0;
	margin-right: 0;
}
.box21 .swiperTab {
	display: flex;
	justify-content: center;
	background: #fff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 44;
}
.box21 .swiperTab li {
	color: #666;
	font-size: 14px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 8px;
	margin-right: 8px;
}
.box21 .swiperTab li.active:after {
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0;
	height: 2px;
	background: #ff0000;
	content: "";
}
.box21 .swiperTab li.active {
	color: #ff0000;
}
.box21 .item_box {
	display: initial;
	justify-content: space-between;
}
.box21 .item_box .img {
	position: relative;
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.box21 .item_box .img img {
	width: 100%;
	display: block;
}
.box21 .item_box .img h3 {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	left: 30px;
	top: 20px;
	color: #fff;
}
.box21 .item_box .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 60px;
	color: #fff;
}
.box21 .item_box .list {
	width: auto;
}
.box21 .item_box .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box21 .item_box .list ul li {
	width: 100%;
	height: 230px;
	;
	position: relative;
}
.box21 .item_box .list ul li h3 {
	font-size: 20px;
	margin-bottom: 10px;
	left: 30px;
	padding-top: 40px;
	position: absolute;
	z-index: 3;
}
.box21 .item_box .list ul li p {
	font-size: 14px;
	font-weight: normal;
	left: 30px;
	right: 30px;
	top: 75px;
	color: #666;
	margin-bottom: 5px;
	line-height: 1.8em;
	opacity: 0.8;
	position: absolute;
	z-index: 3;
}
.box21 .item_box .list ul li a {
	padding: 10px 20px;
	position: absolute;
	color: #ff0000;
	left: 30px;
	top: 150px;
	font-size: 14px;
	background: #fff;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box22 {
	padding-bottom: 0;
}
.box22 .content {
	display: initial;
	justify-content: space-between;
}
.box22 .content .img {
	width: 100%
}
.box22 .content .img img {
	width: 100%;
}
.box22 .content .text {
	width: 100%;
}
.box22 .content .text h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #333;
	padding-top: 20px;
	font-weight: normal;
}
.box22 .content .text p {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.box22 .content .text a {
	padding: 10px 30px;
	color: #ff0000;
	font-size: 16px;
	background: #fff;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box23 {
background: url(../images/shuishou_img7.jpg) no-repeat center;
	background-size: cover;
}
.box23 .content ul {
	display: initial;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.box23 .content ul li {
	width: 100%;
	background: #f6f8fa;
	transition-duration: 0.3s;
	height: 200px;
	position: relative;
	;
}
.box23 .content ul li img {
	width: 40px;
	margin-bottom: 30px;
}
.box23 .content ul li h3 {
	margin-bottom: 10px;
	position: absolute;
	transition-duration: 0.3s;
	left: 0px;
	top: 120px;
	right: 0px;
	text-align: center;
	font-size: 40px;
	color: #ff0000;
}
.box23 .content ul li p {
	transition-duration: 0.3s;
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 170px;
	right: 30px;
}
.box23 .content ul li:hover {
	width: 100%;
	background: #ff0000;
}
.box23 .content ul li:hover h3 {
	color: #fff;
	top: 50px;
}
.box23 .content ul li:hover p {
	color: #fff;
	top: 110px;
}
.box23 .content ul li {
	width: 100%;
	background: #ff0000;
}
.box23 .content ul li h3 {
	color: #fff;
	top: 50px;
}
.box23 .content ul li p {
	color: #fff;
	opacity: 1;
	top: 110px;
}
.box24 {
	background: url(../images/bg-1.jpg) no-repeat center;
	background-size: cover;
}
.box24 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box24 .content ul {
	display: initial;
	justify-content: space-between;
}
.box24 .content ul li {
	padding: 30px;
	border-right: none;
	width: auto;
}
.box24 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box24 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.box24 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box24 .content ul li:last-child {
	border-right: none;
}
.box25 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box25 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box25 .content ul {
	display: initial;
	justify-content: space-between;
}
.box25 .content ul li {
	padding: 30px;
	border-right: none;
	width: auto;
}
.box25 .content ul li img {
	width: 52px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box25 .content ul li h3 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.box25 .content ul li p {
	font-size: 14px;
	line-height: 1.8em;
	color: #888;
	text-align: center;
}
.box25 .content ul li:last-child {
	border-right: none;
}
.box26 {
	background: #F5F9FF;
}
.box26 .content {
	display: flex;
	justify-content: space-between;
}
.box26 .left {
	width: 350px;
	position: relative;
	display: none;
}
.box26 .left img.bg {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
.box26 .left img.icon {
	width: 48px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -44px;
	top: 130px;
	z-index: 4;
}
.box26 .left a {
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	left: 50%;
	margin-left: -84px;
	top: 200px;
	position: absolute;
	display: inline-table;
	border: #fff solid 1px;
	z-index: 4;
}
.box26 .content .list {
	width: 100%;
}
.box26 .content .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box26 .content .list ul li {
	width: 48%;
	height: auto;
	transition-duration: 0.3s;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-bottom: 20px;
	padding-top: 30px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.box26 .content .list ul li img {
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box26 .content .list ul li a h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
.box26 .content .list ul li a p {
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;
}
.box26 .content .list ul li:hover {
	transform: translateY(-5px);
	transform: scale(1.1);
}
.box27 {
	background: #F8F9FB;
}
.box27 .content {
	background: #fff;
	padding: 0px;
}
.box27 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box27 .content ul li {
	width: 48%;
	position: relative;
	margin-bottom: 15px;
}
.box27 .content ul li img {
	width: 100%;
	display: block;
}
.box27 .content ul li h3 {
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	font-weight: normal;
	font-size: 16px;
}
.box27 .content ul li a {
	position: absolute;
	left: 12px;
	top: 40px;
	padding: 8px 12px;
	color: #333;
	font-size: 12px;
	display: inline-table;
	border: #E6E6E6 solid 1px;
}
.box27 .content ul li a:hover {
	position: absolute;
	left: 20px;
	top: 40px;
	padding: 8px 12px;
	color: #fff;
	font-size: 12px;
	display: inline-table;
	background: #ff0000;
	border: #ff0000 solid 1px;
}
.box27 .content ul li:nth-child(1) {
	margin-bottom: 15px;
}
.box27 .content ul li:nth-child(2) {
	margin-bottom: 15px;
}
.box27 .content ul li:nth-child(3) {
	margin-bottom: 15px;
}
.box28 {
}
.box28 .content {
	display: initial;
	justify-content: space-between;
	width: 100%;
}
.box28 .content .left {
	width: 100%;
}
.box28 .content .left ul li {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: auto;
	float: none;
	padding-left: 20px;
}
.box28 .content .left ul li:nth-child(1) {
	background: #FE4D55;
	position: relative;
	right: 0px;
}
.box28 .content .left ul li:nth-child(2) {
	background: #A672C4;
}
.box28 .content .left ul li:nth-child(3) {
	background: #E6B745;
}
.box28 .content .left ul li:nth-child(4) {
	background: #62BDF6;
	position: relative;
	right: 0px;
}
.box28 .content .left ul li:after {
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-right-width: 0;
	top: 14px;
	right: -5px
}
.box28 .content .left ul li:nth-child(1):after {
	border-left-color: #FE4D55;
}
.box28 .content .left ul li:nth-child(2):after {
	border-left-color: #A672C4;
}
.box28 .content .left ul li:nth-child(3):after {
	border-left-color: #E6B745;
}
.box28 .content .left ul li:nth-child(4):after {
	border-left-color: #62BDF6;
}
.box28 .content .center {
	display: none;
}
.box28 .content .right {
	width: 100%;
}
.box28 .content .right ul li {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: auto;
	float: none;
	padding-left: 20px;
}
.box28 .content .right ul li:nth-child(1) {
	background: #5FB671;
	position: relative;
	left: 0px;
}
.box28 .content .right ul li:nth-child(2) {
	background: #67C2BD;
}
.box28 .content .right ul li:nth-child(3) {
	background: #FE8C4E;
}
.box28 .content .right ul li:nth-child(4) {
	background: #FF8389;
	position: relative;
	left: 0px;
}
.box28 .content .right ul li:after {
	content: '';
	position: absolute;
	border: 6px solid transparent;
	border-right-width: 0;
	top: 14px;
	left: auto;
	right: -5px
}
.box28 .content .right ul li:nth-child(1):after {
	border-left-color: #5FB671;
}
.box28 .content .right ul li:nth-child(2):after {
	border-left-color: #67C2BD;
}
.box28 .content .right ul li:nth-child(3):after {
	border-left-color: #FE8C4E;
}
.box28 .content .right ul li:nth-child(4):after {
	border-left-color: #FF8389;
}
.box28 .content .center img {
	width: 100%;
}
.box28 .chat {
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
}
.box28 .chat p {
	margin-bottom: 20px;
}
.box28 .chat a {
	padding: 10px 20px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box29 {
background: url(../images/zhuce_img2.jpg) no-repeat center;
	background-size: cover;
}
.box29 .content {
	height: auto;
	position: relative;
}
.box29 .line {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 225px;
	right: 0px;
	display: none;
}
.box29 .content ul {
	display: initial;
	height: auto;
	justify-content: space-between;
}
.box29 .content ul li {
	width: auto;
	background: #fff;
	height: auto;
	border-radius: 3px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 44;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.box29 .content ul li:after {
	display: none;
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: #ff0000 solid 1px;
	background: #ff0000;
	border: #fff solid 4px;
	box-shadow: 0px 0px 4px #ff0000;
}
.box29 .content ul li:nth-child(1):after {
	bottom: -53px;
	left: 60px;
}
.box29 .content ul li:nth-child(2):after {
	bottom: -47px;
	left: 60px;
}
.box29 .content ul li:nth-child(3):after {
	bottom: -43px;
	left: 60px;
}
.box29 .content ul li:nth-child(4):after {
	bottom: -77px;
	left: 60px;
}
.box29 .content ul li:nth-child(5):after {
	bottom: -66px;
	left: 60px;
}
.box29 .content ul li:nth-child(6):after {
	bottom: -44px;
	left: 60px;
}
.box29 .content ul li:before {
	position: absolute;
	content: "";
}
.box29 .content ul li:nth-child(2n-1):before {
	border: 9px solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	bottom: -8px;
	left: 60px
}
.box29 .content ul li:nth-child(2n):before {
	border: 9px solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	top: auto;
	bottom: -8px;
	left: 60px
}
.box29 .content ul li:nth-child(2) {
	align-self: flex-end;
}
.box29 .content ul li:nth-child(4) {
	align-self: flex-end;
}
.box29 .content ul li:nth-child(6) {
	align-self: flex-end;
}
.box29 .content ul li .number {
	text-align: center;
	font-size: 32px;
	color: #ff0000;
	font-weight: bold;
	padding-top: 35px;
	font-style: italic;
}
.box29 .content ul li h3 {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.box29 .content ul li p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}
.box30 .content1 {
	margin-bottom: 50px;
}
.box30 .content1 ul {
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box30 .content1 ul li {
	width: 100%;
	margin-bottom: 30px;
}
.box30 .content1 ul li img {
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box30 .content1 ul li h3 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
}
.box30 .content1 ul li p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
}
.box30 .content2 ul {
	display: initial;
	justify-content: space-between;
}
.box30 .content2 ul li {
	width: auto;
	background: #F7F7F7;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
}
.box30 .content2 ul li img {
	width: 47%;
	align-self: center
}
.box30 .content2 ul li h3 {
	width: 47%;
	align-self: center;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
}
.box31 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box31 .content ul li {
	width: 48%;
	position: relative;
	height: auto;
	margin-bottom: 15px;
}
.box31 .content ul li img {
	width: 100%;
	display: block;
}
.box31 .content ul li:nth-child(1) {
	padding-top: 60px;
}
.box31 .content ul li:nth-child(2) {
	padding-bottom: 0;
	padding-top: 60px;
}
.box31 .content ul li:nth-child(3) {
	padding-top: 60px;
}
.box31 .content ul li:nth-child(4) {
	padding-bottom: 0;
	padding-top: 60px;
}
.box31 .content ul li:nth-child(1) h3 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #E5F0FC;
	padding: 15px;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(2) h3 {
	position: absolute;
	left: 0px;
	bottom: auto;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #FAE5BD;
	padding: 15px;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(3) h3 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #E5F0FC;
	padding: 15px;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(4) h3 {
	position: absolute;
	left: 0px;
	bottom: auto;
	top: 0px;
	right: 0px;
	height: 50px;
	background: #FAE5BD;
	padding: 15px;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.box31 .content ul li:nth-child(1) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom-width: 0;
	bottom: -8px;
	z-index: 44;
	left: 150px;
	border-top-color: #E5F0FC;
}
.box31 .content ul li:nth-child(2) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom-width: 0;
	top: auto;
	bottom: -8px;
	z-index: 44;
	left: 150px;
	border-top-color: #FAE5BD;
}
.box31 .content ul li:nth-child(3) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom-width: 0;
	bottom: -8px;
	z-index: 44;
	left: 150px;
	border-top-color: #E5F0FC;
}
.box31 .content ul li:nth-child(4) h3:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-bottom-width: 0;
	top: auto;
	bottom: -8px;
	z-index: 44;
	left: 150px;
	border-top-color: #FAE5BD;
}
.box32 {
	background: linear-gradient(90deg, #F08842, #EC711E);
}
.box32 .title h2 {
	color: #fff;
}
.box32 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box32 .content ul li {
	width: 24%;
	background: #fff;
	margin-bottom: 15px;
	padding-bottom: 26px;
	padding-top: 26px;
	margin-bottom: 5px;
}
.box32 .content ul li img {
	width: 40px;
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
}
.box32 .content ul li h3 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.box32 .chat {
	text-align: center;
	padding-top: 20px;
}
.box32 .chat a {
	padding: 13px 30px;
	background: #fff;
	color: #333;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box33 {
background: url(../images/daiban_img2.jpg) no-repeat center;
	background-size: cover;
}
.box33 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box33 .content ul li {
	width: 33.33%;
}
.box33 .content ul li .icon {
	border-radius: 200px;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.box33 .content ul li .icon img {
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box33 .content ul li .icon h4 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
	font-size: 24px;
	color: #fff;
	z-index: 4;
	text-align: center;
}
.box33 .content ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
	color: #333;
}
.box33 .content ul li.jt {
	width: 32px;
	padding-top: 24px;
	text-align: center;
	font-size: 32px;
	color: #ff0000;
	display: none;
}
.box34 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box34 .content ul li {
	width: 30%;
}
.box34 .content ul li .img img {
	width: 100%;
	display: block;
}
.box34 .content ul li h3 {
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 10px;
	line-height: 1.8em;
	font-weight: normal;
	text-align: center;
	color: #333;
}
.box35 {
background: url(../images/zhuxiao_img4.jpg) no-repeat center;
	background-size: cover;
}
.box35 ul {
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box35 ul li {
	width: auto;
	background: rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	padding-left: 44px;
	margin-bottom: 24px;
	position: relative;
}
.box35 ul li:hover {
	background: rgba(255, 116, 25, 0.2);
	color: #ff0000;
}
.box35 ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #ff0000;
	left: 20px;
	top: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.box35 .chat {
	text-align: center;
	padding-top: 20px;
}
.box35 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box36 {
background: url(../images/zhuxiao_img5.jpg) no-repeat center;
	background-size: cover;
}
.box36 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box36 ul li {
	width: 50%;
	background: #fff;
	position: relative;
	height: 240px;
	transition-duration: 0.3s
}
.box36 ul li:after {
	content: "";
	position: absolute;
	height: 240px;
	border-right: #ddd solid 1px;
	top: 0px;
	right: 0px;
	bottom: 0;
	z-index: 3;
}
.box36 ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: #ddd solid 1px;
	bottom: 0px;
	left: 0px;
	right: 0;
	z-index: 3;
}
.box36 ul li img {
	width: 48px;
	position: absolute;
	left: 30px;
	top: 40px;
	opacity: 1;
	transition-duration: 0.3s
}
.box36 ul li h3 {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 100px;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	font-weight: normal;
	transition-duration: 0.3s
}
.box36 ul li h4 {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 80px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
	opacity: 0;
	font-weight: normal;
	text-align: center;
	transition-duration: 0.3s
}
.box36 ul li a {
	padding: 10px 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	top: 100px;
	opacity: 0;
	color: #ff0000;
	font-size: 14px;
	display: inline-table;
	border-radius: 40px;
	transition-duration: 0.3s;
}
.box36 ul li:hover {
	background: #ff0000;
}
.box36 ul li:hover img {
	opacity: 0;
}
.box36 ul li:hover h3 {
	opacity: 0;
}
.box36 ul li:hover h4 {
	opacity: 1;
	top: 60px;
}
.box36 ul li:hover a {
	opacity: 1;
	top: 160px;
}
.box37 {
background: url(../images/zhuxiao_img4.jpg) no-repeat center;
	background-size: cover;
}
.box37 ul {
	display: initial;
}
.box37 ul {
	height: auto;
	position: relative;
}
.box37 ul:after {
	position: initial;
	left: 0px;
	right: 0px;
	top: 120px;
	height: 2px;
	content: "";
	height: 2px;
	background: #ff0000;
	display: none;
}
.box37 ul li {
	width: 100%;
	position: initial;
	height: auto;
	margin-bottom: 20px;
}
.box37 ul li h4 {
	position: initial;
	top: 100px;
	z-index: 3;
	background: #ff0000;
	border: #fcd3b7 solid 5px;
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	border-radius: 40px;
}
.box37 ul li h3 {
	position: initial;
	left: 40px;
	right: -120px;
	top: 10px;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	font-weight: normal;
}
.box37 ul li:nth-child(2n) {
	align-self: initial;
}
.box37 ul li:after {
	content: "";
	position: initial;
	left: 20px;
	top: 0px;
	bottom: 0px;
	border-left: #ff0000 solid 2px;
	display: none;
}
.box37 ul li:nth-child(2n) h3 {
	top: 30px;
}
.box37 ul li:nth-child(2n) h4 {
	position: initial;
	top: -20px;
}
.box38 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box38 ul li {
	width: 32%;
	background: rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	padding-left: 44px;
	margin-bottom: 14px;
	position: relative;
}
.box38 ul li:hover {
	background: rgba(255, 116, 25, 0.2);
	color: #ff0000;
}
.box38 ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #ff0000;
	left: 20px;
	top: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.box39 {
	background: #F7F7F7;
}
.box39 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box39 ul li .img {
	position: relative;
}
.box39 ul li .img img {
	width: 100%;
	display: block;
}
.box39 ul li .img h3 {
	position: absolute;
	z-index: 3;
	left: 0px;
	right: 0px;
	top: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.box39 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -8px;
}
.box39 ul li {
	width: 48%;
	background: #fff;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
}
.box39 ul li .text {
	padding: 15px;
}
.box39 ul li .text p {
	text-align: justify;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
	margin-bottom: 20px;
}
.box39 ul li .text a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box39 ul li:hover .text a {
	padding: 10px 0px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	background: #ff0000;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box39 ul li:hover {
	transform: translateY(-1px);
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.box40 {
background: url(../images/kuaiji_img4.png) no-repeat center;
	background-size: cover;
}
.box40 .content {
	border-radius: 8px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.box40 .content ul {
	display: initial;
	justify-content: space-between;
}
.box40 .content ul li {
	padding: 30px;
	border-right: none;
	width: auto;
}
.box40 .content ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box40 .content ul li h3 {
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.box40 .content ul li:last-child {
	border-right: none;
}
.box41 ul {
	display: initial;
}
.box41 ul {
	height: auto;
	position: relative;
}
.box41 ul:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 120px;
	height: 2px;
	content: "";
	height: 2px;
	background: #ff0000;
}
.box41 ul li {
	width: 100%;
	position: initial;
	height: auto;
	margin-bottom: 20px;
}
.box41 ul li h4 {
	position: initial;
	top: 100px;
	z-index: 3;
	background: #ff0000;
	border: #fcd3b7 solid 5px;
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	border-radius: 40px;
}
.box41 ul li h3 {
	position: initial;
	left: 40px;
	right: -120px;
	top: 10px;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	font-weight: normal;
}
.box41 ul li:nth-child(2n) {
	align-self: initial;
}
.box41 ul li:after {
	content: "";
	position: initial;
	left: 20px;
	top: 0px;
	bottom: 0px;
	border-left: #ff0000 solid 2px;
	display: none;
}
.box41 ul li:nth-child(2n) h3 {
	top: 30px;
}
.box41 ul li:nth-child(2n) h4 {
	position: initial;
	top: -20px;
}
.box42 {
}
.box42 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box42 ul li .img {
	position: relative;
}
.box42 ul li .img img {
	width: 100%;
	display: block;
}
.box42 ul li .img h3 {
	position: absolute;
	z-index: 3;
	left: 20px;
	right: 20px;
	top: 80px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.box42 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -4px;
}
.box42 ul li {
	width: 48%;
	background: #fff;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.box42 ul li .text {
	padding: 20px;
}
.box42 ul li .text h3 {
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	margin-bottom: 10px;
}
.box42 ul li .text a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box42 ul li:hover .text a {
	padding: 10px 0px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 120px;
	background: #ff0000;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box42 ul li:hover {
	transform: translateY(-1px);
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.box43 .content {
	position: relative;
}
.box43 .content:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	height: 240px;
	border: #f5f5f5 solid 20px;
	z-index: -1;
	display: none;
}
.box43 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box43 ul li {
	width: 48%;
	position: relative;
	top: 0px;
background: url(../images/jizhang_img4.jpg) no-repeat;
	background-size: cover;
	height: 150px;
	border-radius: 12px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.box43 ul li .icon {
	width: 48px;
	border-radius: 100px;
	height: 48px;
	padding: 14px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.box43 ul li .icon img {
	width: 100%;
	display: block;
}
.box43 ul li h3 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	transition-duration: 0.3s
}
.box43 ul li a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #ff0000 solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box43 ul li:hover {
	width: 48%;
	position: relative;
	top: 0px;
background: url(../images/jizhang_img4.jpg) no-repeat;
	background-size: cover;
	height: 150px;
	border-radius: 12px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 40px;
}
.box43 ul li:hover h3 {
	color: #fff;
}
.box43 ul li:hover a {
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box44 {
	background: #F5F9FF;
}
.box44 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box44 ul li {
	border: #D6DAE5 solid 1px;
	border-radius: 6px;
	width: 47%;
	padding-top: 30px;
	margin-bottom: 16px;
	padding-bottom: 30px;
	transition-duration: 0.3s;
	background: #ff0000;
}
.box44 ul li .icon {
	border-radius: 50px;
	background: #f4ece9;
	width: 30px;
	height: 30px;
	padding: 15px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box44 ul li .icon img {
	width: 30px;
	height: 30px;
}
.box44 ul li h3 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	transition-duration: 0.3s
}
.box44 ul li:hover {
	border: #ff0000 solid 1px;
	background: #ff0000;
	border-radius: 6px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box44 ul li:hover h3 {
	color: #fff;
}
.box45 {
	background: #EFF2F5;
}
.box45 .content {
}
.box45 .item1 {
	display: initial;
	justify-content: space-between;
	padding: 0px;
	margin-bottom: 30px;
	background: #fff;
}
.box45 .item1 .img {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.box45 .item1 .img img {
	width: 100%;
	display: block;
}
.box45 .item1 .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box45 .item1 .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box45 .item1 .img a {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box45 .item1 .list {
	width: 100%;
}
.box45 .item1 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box45 .item1 .list ul li {
	width: 100%;
	position: relative;
	border: #ececec solid 1px;
	margin-bottom: 20px;
}
.box45 .item1 .list ul li img {
	width: 100%;
	display: block;
}
.box45 .item1 .list ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.box45 .item1 .list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.box45 .item1 .list ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.box45 .item1 .list ul li h3 {
	font-size: 18px;
	margin-bottom: 5px;
	padding: 15px;
	padding-bottom: 0;
}
.box45 .item1 .list ul li p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 15px;
	line-height: 1.8em;
	padding-top: 0;
	opacity: 0.8;
}
.box45 .item2 {
	display: initial;
	justify-content: space-between;
	padding: 0px;
	margin-bottom: 30px;
	background: #fff;
}
.box45 .item2 .img {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.box45 .item2 .img img {
	width: 100%;
	display: block;
}
.box45 .item2 .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box45 .item2 .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box45 .item2 .img a {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box45 .item2 .list {
	width: 100%;
}
.box45 .item2 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box45 .item2 .list ul li {
	width: 100%;
	position: relative;
	border: #ececec solid 1px;
	margin-bottom: 20px;
}
.box45 .item2 .list ul li img {
	width: 100%;
	display: block;
}
.box45 .item2 .list ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li:nth-last-child(4) {
	margin-bottom: 0;
}
.box45 .item2 .list ul li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 15px;
	padding-bottom: 0;
	padding-top: 20px;
}
.box45 .item2 .list ul li p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 15px;
	line-height: 1.8em;
	padding-top: 4px;
	opacity: 0.8;
}
.box45 .item3 {
	display: initial;
	justify-content: space-between;
	padding: 0px;
	margin-bottom: 30px;
	background: #fff;
}
.box45 .item3 .img {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.box45 .item3 .img img {
	width: 100%;
	display: block;
}
.box45 .item3 .img h3 {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	left: 30px;
	top: 40px;
	color: #fff;
}
.box45 .item3 .img p {
	position: absolute;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.7;
	left: 30px;
	top: 90px;
	color: #fff;
}
.box45 .item3 .img a {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 10px 0px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100px;
	background: #fff;
	border: #fff solid 1px;
	border-radius: 40px;
	transition-duration: 0.3s;
	margin: 0 auto;
}
.box45 .item3 .list {
	width: 100%;
}
.box45 .item3 .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box45 .item3 .list ul li {
	width: 100%;
	position: relative;
	border: #ececec solid 1px;
	margin-bottom: 20px;
}
.box45 .item3 .list ul li img {
	width: 100%;
	display: block;
}
.box45 .item3 .list ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li:nth-last-child(2) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li:nth-last-child(4) {
	margin-bottom: 0;
}
.box45 .item3 .list ul li h3 {
	font-size: 18px;
	margin-bottom: 5px;
	padding: 15px;
	padding-bottom: 0;
	padding-top: 25px;
}
.box45 .item3 .list ul li p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 15px;
	line-height: 1.8em;
	padding-top: 4px;
	opacity: 0.8;
}
.box46 {
	background: #F8F8FA;
}
.box46 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box46 .content ul li {
	width: 31%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.box46 .content ul li img {
	width: 36px;
	margin-bottom: 20px;
}
.box46 .content ul li h3 {
	font-size: 15px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.box46 .content ul li span {
	position: absolute;
	right: -14px;
	top: -14px;
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 40px;
	text-align: left;
}
.box46 .chat {
	text-align: center;
	padding-top: 20px;
}
.box46 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box47 {
	background: none;
}
.box47 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box47 .content ul li {
	width: 38%;
	padding: 5%;
	height: auto;
	margin-bottom: 20px;
}
.box47 .content ul li h3 {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	margin-bottom: 20px;
}
.box47 .content ul li a {
	padding: 13px 30px;
	background: #fff;
	color: #666;
	border-radius: 6px;
	font-size: 14px;
	display: inline-table;
}
.box47 .content ul li:nth-child(1) {
	background: #CDE6FD;
}
.box47 .content ul li:nth-child(2) {
	background: #D4E1FF;
}
.box47 .content ul li:nth-child(3) {
	background: #CFD9F8;
}
.box47 .content ul li:nth-child(4) {
	background: #E0DDFC;
}
.box47 .content ul li:nth-child(5) {
	background: #D1EAF0;
}
.box47 .content ul li:nth-child(6) {
	background: #F7EFE2;
}
.box47 .chat {
	text-align: center;
	padding-top: 20px;
}
.box47 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box48 {
background: url(../images/caishui_img2.jpg) no-repeat center;
	background-size: cover;
}
.box48 .content {
	display: initial;
	justify-content: space-between;
}
.box48 .text {
	width: 100%;
	padding-top: 0px;
}
.box48 .img {
	width: 100%;
	;
}
.box48 .img img {
	width: calc(100% - 18px);
	display: block;
	border: #ff0000 solid 1px;
	padding: 8px;
}
.box48 .text img {
	height: 40px;
}
.box48 .text p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
	position: relative;
	padding-left: 12px;
}
.box48 .text p:after {
	content: "";
	left: 0px;
	top: 12px;
	border-radius: 10px;
	height: 4px;
	width: 4px;
	background: #ff0000;
	position: absolute;
}
.box48 .text p:nth-child(1) {
	padding-left: 0;
	margin-bottom: 40px;
	display: none;
}
.box48 .text p:nth-child(1):after {
	display: none;
}
.box49 {
	background: #ff0000;
	height: auto;
	margin-bottom: 0px;
}
.box49 .title h2 {
	color: #fff;
}
.box49 .content {
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	padding: 50px 10px;
	border-radius: 12px;
}
.box49 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box49 .content ul li {
	width: 50%;
	position: relative;
	margin-bottom: 30px;
}
.box49 .content ul li:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right: #ddd solid 1px;
	display: none;
}
.box49 .content ul li img {
	width: 150px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box49 .content ul li h3 {
	text-align: center;
	color: #ff0000;
	font-size: 24px;
	margin-bottom: 10px;
}
.box49 .content ul li p {
	text-align: center;
	line-height: 1.8em;
	font-size: 16px;
	color: #666;
	padding-left: 14px;
	padding-right: 14px;
}
.box49 .content ul li:last-child {
	margin-bottom: 0;
}
.box50 .title {
	margin-bottom: 30px;
}
.box50 .content img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.box51 {
	background: #F9FAFF;
}
.box51 .content ul {
	display: initial;
	justify-content: space-between;
}
.box51 .content ul li.iconbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: auto;
	height: auto;
	padding-bottom: 30px;
}
.box51 .content ul li.iconbox img {
	width: 48px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box51 .content ul li.iconbox h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.box51 .content ul li.iconbox .icon {
	padding-top: 45px;
}
.box51 .content ul li.jt {
	padding-top: 20px;
	margin-bottom: 20px;
}
.box51 .content ul li.jt img {
	width: 30px;
	transform: rotate(90deg);
	margin: 0 auto;
	display: block;
}
.box52 {
background: url(../images/shenji_img6.jpg) no-repeat center;
	background-size: cover;
}
.box52 .title2 {
	display: initial;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-top: 20px;
}
.box52 .title2 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	text-align: left;
	position: relative;
}
.box52 .title2 a {
	padding: 10px 25px;
	color: #ff0000;
	font-size: 14px;
	display: block;
	width: 60px;
	margin: 0 auto;
	border: #ff0000 solid 1px;
	border-radius: 50px;
	margin-bottom: 20px;
	;
}
.box52 .content ul {
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box52 .content ul li {
	border-radius: 3px;
	width: auto;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	padding: 30px;
	padding-left: 100px;
}
.box52 .content ul li img {
	float: left;
	width: 48px;
	position: absolute;
	left: 30px;
	top: 40px;
}
.box52 .content ul li h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.box52 .content ul li p {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}
.box53 ul {
	display: initial;
	flex-direction: row;
	align-items: center;
	height: 300px;
	position: relative;
}
.box53 ul:after {
	width: 100%;
	height: 20px;
	background: #ff0000;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
	display: none;
}
.box53 ul li {
	padding: 20px;
	color: #fff;
	background: #ff0000;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 20px;
}
.box53 ul li:nth-child(2n) {
	align-self: initial;
}
.box53 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
	display: none;
}
.box53 ul li:nth-child(2n):before {
	content: "\f176";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #ff0000;
	font-size: 18px;
	display: none;
}
.box53 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box53 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
}
.box53 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #ff0000;
	font-size: 18px;
	display: none;
}
.box54 {
	background: linear-gradient(0deg, #EDEFFA, #fff);
}
.box54 ul {
	display: initial;
	justify-content: space-between;
}
.box54 ul li {
	width: auto;
	position: relative;
	margin-bottom: 20px;
}
.box54 ul li img {
	width: 100%;
	display: block;
}
.box54 ul li h3 {
	position: absolute;
	z-index: 4;
	left: 30px;
	bottom: 110px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.box54 ul li p {
	position: absolute;
	z-index: 4;
	left: 30px;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	font-weight: normal;
}
.box56 {
background: url(../images/pinggu_img3.jpg) no-repeat center;
	background-size: cover;
}
.box56 ul {
	display: initial;
	flex-direction: row;
	align-items: center;
	height: 260px;
	position: relative;
}
.box56 ul:after {
	width: 100%;
	height: 20px;
	background: #ff0000;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box56 ul li {
	padding: 20px;
	color: #fff;
	background: #ff0000;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 20px;
}
.box56 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box56 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
	display: none
}
.box56 ul li:nth-child(2n):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #ff0000;
	font-size: 18px;
	display: none
}
.box56 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box56 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
	display: none
}
.box56 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #ff0000;
	font-size: 18px;
	display: none;
}
.box56 .content ul li:nth-child(6) {
	top: 0px;
}
.box56 .content ul li:nth-child(8) {
	top: 0px;
}
.box55 .content ul {
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box55 .content ul li {
	width: auto;
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
	margin-top: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box55 .content ul li img {
	width: 48px;
	display: block;
	margin: 0 auto;
}
.box55 .content ul li h3 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	padding-top: 20px;
}
.box55 .content ul li p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box57 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box57 ul li {
	width: 48%;
	margin-bottom: 20px;
	position: relative;
}
.box57 ul li img {
	width: 100%;
	display: block;
}
.box57 ul li h3 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 42px;
	text-align: center;
	z-index: 3;
}
.box58 {
	background: #F7F8FB;
}
.box58 ul {
	display: initial;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box58 ul li {
	width: auto;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	transition-duration: 0.3s;
}
.box58 ul li h3 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.box58 ul li h3 img {
	width: 32px;
	margin-right: 10px;
	transition-duration: 0.2s;
}
.box58 ul li h3 img.icon1 {
	display: block;
}
.box58 ul li h3 img.icon2 {
	display: none;
}
.box58 ul li h3 span {
	color: #333;
	font-size: 20px;
	transition-duration: 0.2s;
}
.box58 ul li:hover {
	background: #ff0000;
}
.box58 ul li:hover h3 img.icon1 {
	display: none;
}
.box58 ul li:hover h3 img.icon2 {
	display: block;
}
.box58 ul li:hover h3 span {
	color: #fff;
	font-size: 20px;
}
.box58 ul li .swiper-container {
	height: auto
}
.box58 ul li .swiper-container .swiper-slide {
	height: auto;
	line-height: 1.8em;
	color: #333;
	font-size: 14px;
	transition-duration: 0.3s;
}
.box58 ul li:hover .swiper-container .swiper-slide {
	color: #fff;
}
.box58 .note {
	font-size: 14px;
	padding-top: 40px;
	color: #999;
}
.box59 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box59 ul li {
	width: 48%;
	margin-bottom: 20px;
	position: relative;
}
.box59 ul li img {
	width: 100%;
	display: block;
}
.box59 ul li h3 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 42%;
	text-align: center;
	z-index: 3;
}
.box59 .chat {
	text-align: center;
	padding-top: 20px;
}
.box59 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box60 {
	background: #F9FAFF;
}
.box60 .content ul {
	display: initial;
	justify-content: space-between;
}
.box60 .content ul li.iconbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: auto;
	padding-bottom: 20px;
}
.box60 .content ul li.iconbox img {
	width: 48px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box60 .content ul li.iconbox h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.box60 .content ul li.iconbox p {
	text-align: center;
	color: #666;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
.box60 .content ul li.iconbox .icon {
	padding-top: 45px;
}
.box60 .content ul li.jt {
	padding-top: 20px;
	padding-bottom: 20px;
}
.box60 .content ul li.jt img {
	width: 32px;
	transform: rotate(90deg);
	display: block;
	margin: 0 auto
}
.box61 .content {
	height: auto;
	position: initial;
}
.box61 .img {
	width: 100%;
	position: initial;
	left: 0px;
	top: 0px;
}
.box61 .img img {
	width: 100%;
	display: block;
}
.box61 .text {
	width: auto;
	background: #F5F7FA;
	padding: 4%;
	line-height: 1.8em;
	color: #333;
	font-size: 16px;
	position: initial;
	right: 0px;
	top: 0px;
}
.box61 .chat {
	text-align: center;
	padding-top: 20px;
}
.box61 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box62 {
	padding-top: 0;
}
.box62 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box62 ul li {
	width: 48%;
	margin-bottom: 20px;
	position: relative;
}
.box62 ul li img {
	width: 100%;
	display: block;
}
.box62 ul li h3 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 42%;
	text-align: center;
	z-index: 3;
}
.box62 .chat {
	text-align: center;
	padding-top: 20px;
}
.box62 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box63 ul {
	display: initial;
	justify-content: space-between;
}
.box63 ul li {
	width: auto;
	background: #F7F8FA;
	padding: 30px;
	padding-bottom: 50px;
	border-bottom: #ff0000 solid 3px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.box63 ul li h3 {
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.box63 .content ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box65 {
background: url(../images/daiban_img3.jpg) no-repeat center;
	background-size: cover;
}
.box65 .title h2 {
	color: #fff;
}
.box65 ul {
	display: initial;
	flex-direction: row;
	align-items: center;
	height: 260px;
	position: relative;
}
.box65 ul:after {
	width: 100%;
	height: 20px;
	background: #fff;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box65 ul li {
	padding: 20px;
	width: auto;
	color: #666;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 20px;
}
.box65 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box65 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #fff solid 6px;
	display: none
}
.box65 ul li:nth-child(2n):before {
	content: "\f176";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #fff;
	font-size: 18px;
	display: none
}
.box65 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box65 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #fff solid 6px;
	display: none;
}
.box65 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #fff;
	font-size: 18px;
	display: none
}
.box65 .content ul li:nth-child(4) {
	top: 0px;
}
.box65 .content ul li:nth-child(5) {
	top: 0px;
}
.box65 ul li:hover {
	background: #ff0000;
	color: #fff;
}
.box65 ul li:hover:nth-child(2n):before {
	color: #ff0000;
}
.box65 ul li:hover:nth-child(2n-1):before {
	color: #ff0000;
}
.box65 ul li:hover:nth-child(2n):after {
	border: #ff0000 solid 6px;
}
.box65 ul li:hover:nth-child(2n-1):after {
	border: #ff0000 solid 6px;
}
.box64 {
background: url(../images/zizhi_img2.jpg) no-repeat center;
	background-size: cover;
}
.box64 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box64 ul li {
	width: 100%;
	background: #fff;
}
.box64 ul li.img {
	position: relative;
	height: 170px;
	overflow: hidden;
	width: 100%;
}
.box64 ul li.img img {
	width: 100%;
	display: block;
}
.box64 ul li.img h3 {
	position: absolute;
	left: 30px;
	top: 50px;
	font-size: 18px;
	color: #fff;
	z-index: 3;
}
.box64 ul li.img a {
	position: absolute;
	left: 30px;
	top: 90px;
	padding: 8px 20px;
	background: #fff;
	color: #ff0000;
	font-size: 14px;
	display: inline-table;
	border-radius: 40px;
}
.box64 ul li.item {
	padding-bottom: 20px;
	width: 50%;
}
.box64 ul li.item img {
	margin-left: 30px;
	margin-top: 15px;
	width: 48px;
}
.box64 ul li.item h3 {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	color: #666;
}
.box66 ul {
	display: initial;
	justify-content: space-between;
}
.box66 ul li {
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box66 ul li .img {
	position: relative;
}
.box66 ul li .img img {
	width: 100%;
	display: block;
}
.box66 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -8px;
}
.box66 .content ul li h3 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	padding-top: 25px;
}
.box66 .content ul li p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box67 {
background: url(../images/ipo_img2.jpg) no-repeat center;
	background-size: cover;
}
.box67 .title h2 {
	color: #fff;
}
.box67 .content ul {
	display: initial;
	justify-content: space-between;
}
.box67 .content ul li.iconbox {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: auto;
	padding-bottom: 40px;
}
.box67 .content ul li.iconbox img {
	width: 48px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.box67 .content ul li.iconbox h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.box67 .content ul li.iconbox p {
	text-align: center;
	color: #666;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
.box67 .content ul li.iconbox .icon {
	padding-top: 45px;
}
.box67 .content ul li.jt {
	padding-top: 20px;
	padding-bottom: 20px;
}
.box67 .content ul li.jt img {
	width: 32px;
	transform: rotate(90deg);
	display: block;
	margin: 0 auto;
}
.box68 {
	background: #F8F8FA;
}
.box68 .content {
	display: initial;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
.box68 .content .img {
	width: 100%;
}
.box68 .content .img img {
	width: 100%;
	display: block;
}
.box68 .content .text {
	width: 100%;
}
.box68 .content .text h3 {
	font-size: 24px;
	padding-top: 20px;
}
.box68 .content .text span {
	display: block;
	width: 30px;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ff0000;
}
.box68 .content .text p {
	line-height: 1.8em;
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}
.box68 .content:nth-child(2) {
	flex-direction: row-reverse;
}
.box68 .content:nth-child(4) {
	flex-direction: row-reverse;
}
.box69 ul {
	display: initial;
	justify-content: space-between;
}
.box69 ul li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.box69 ul li img {
	width: 100%;
	display: block;
}
.box69 ul li h3 {
	position: absolute;
	left: 30px;
	top: 50px;
	color: #fff;
	font-size: 24px;
}
.box69 ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	position: absolute;
	left: 30px;
	top: 90px;
	right: 30px;
}
.box70 {
	background: #F8F8FA;
}
.box70 .content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box70 .content ul li {
	width: 48%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.box70 .content ul li img {
	width: 36px;
	margin-bottom: 20px;
}
.box70 .content ul li h3 {
	font-size: 15px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}
.box70 .content ul li span {
	position: absolute;
	right: -14px;
	top: -14px;
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 40px;
	text-align: left;
}
.box70 .chat {
	text-align: center;
	padding-top: 20px;
}
.box70 .chat a {
	padding: 13px 30px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	border: #ff0000 solid 1px;
}
.box71 {
background: url(../images/guquan_img2.jpg) no-repeat center;
	background-size: cover;
}
.box71 .content img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.box72 {
	background: #F5F9FF;
}
.box72 ul {
	display: initial;
	justify-content: space-between;
}
.box72 ul li {
	width: auto;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box72 ul li .img {
	position: relative;
}
.box72 ul li .img img {
	width: 100%;
	display: block;
}
.box72 ul li .img:before {
	content: "";
	position: absolute;
	z-index: 4;
	border: 8px solid transparent;
	border-top-width: 0;
	bottom: 0px;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -8px;
}
.box72 .content ul li h3 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	padding-top: 25px;
}
.box72 .content ul li p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}
.box73 ul {
	display: initial;
	flex-direction: row;
	align-items: center;
	height: 220px;
	position: relative;
}
.box73 ul:after {
	width: 100%;
	height: 20px;
	background: #ff0000;
	border-radius: 40px;
	content: "";
	position: absolute;
	opacity: 0.2;
}
.box73 ul li {
	padding: 20px;
	color: #fff;
	background: #ff0000;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 20px;
}
.box73 ul li:nth-child(2n) {
	align-self: flex-end;
}
.box73 ul li:nth-child(2n):after {
	content: "";
	position: absolute;
	left: 20px;
	top: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
	display: none;
}
.box73 ul li:nth-child(2n):before {
	content: "\f176";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	top: -28px;
	color: #ff0000;
	font-size: 18px;
	display: none
}
.box73 ul li:nth-child(2n-1) {
	align-self: flex-start;
}
.box73 ul li:nth-child(2n-1):after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: -56px;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	border: #ff0000 solid 6px;
	display: none
}
.box73 ul li:nth-child(2n-1):before {
	content: "\f175";
	font-family: 'FontAwesome';
	position: absolute;
	left: 25px;
	bottom: -28px;
	color: #ff0000;
	font-size: 18px;
	display: none
}
.onlineservice {
	top: 50%;
}
.onlineservice ul li.phone {
	display: none!important;
}
.onlineservice ul li.qiyewechat {
	display: none!important;
}
.onlineservice ul li.wechat {
	display: none!important;
}
.onlineservice ul li.backtop {
	display: none!important;
}
#containera {
	width: 100%;
	height: 435px;
}
#containerb {
	width: 100%;
	height: 435px;
}
#containerc {
	width: 100%;
	height: 435px;
}
#containerd {
	width: 100%;
	height: 435px;
}
#containere {
	width: 100%;
	height: 435px;
}
#containerf {
	width: 100%;
	height: 435px;
}
}
/*手机*/
@media screen and (max-width: 480px) {
}
/*小尺寸手机*/
@media screen and (max-width: 320px) {
}
/*横屏*/
@media all and (orientation : landscape) {
}
/*竖屏*/
@media all and (orientation : portrait) {
}
